Html Css Color HEX #502880 Kingfisher Daisy

📋 copy color: '#502880'

red 80 ◦ green 40 ◦ blue 128

#502880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #502880

Tints of Kingfisher Daisy #502880

RGB

 RED value IS 80 (31.64% from 255) = 32.26%

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 32.26%
G = 16.13%
B = 51.61%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#502880 (or 0x502880) is known color: Kingfisher Daisy. HEX triplet: 50, 28 and 80. RGB value is (80,40,128). Sum of RGB (Red+Green+Blue) = 80+40+128=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #502880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502880 is #AFD77F. Grayscale: #3D3D3D. Windows color (decimal): -11523968 or 8398928. OLE color: 8398928.

HSL color Cylindrical-coordinate representation of color #502880: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502880 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 40 128 -
CMYK 0.38 0.69 0 0.50
HSL 267.27º 0.52% 0.33% -
HSV(B) 267.27º 0.69% 0.5% -
XYZ 7.96 4.78 20.93 -
YUV 61.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 80 40 128 0.38 0.69 0 0.50 267.27 0.52 0.33
Hex 50 28 80 26 45 0 32 10B 34 21
Octal 120 50 200 46 105 0 62 413 64 41
Binary 1010000 101000 10000000 100110 1000101 0 110010 100001011 110100 100001

Color Harmonies of #502880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502880

Black with #502880

Text Example


Text Example

White with #502880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502880; }

 p { color: rgb(80,40,128); }

 H1.HeaderClassName
 {
   color: #502880;
 }
 .AnyTagClassName
 {
   color: #502880;
 }
</style>

background-color css

<style>
 a { background-color: #502880; }

 a { background-color: rgb(80,40,128); }

 div.DivClassName
 {
   background-color: #502880;
 }
 .BgClassName
 {
   background-color: #502880;
 }
</style>

border-color css

<style>
 span { border-color: #502880; }

 span { border-color: rgb(80,40,128); }

 td.TdClassName
 {
   border-color: #502880;
 }
 .TagClassName
 {
   border-color: #502880;
 }
</style>