Html Css Color HEX #502387 Kingfisher Daisy

📋 copy color: '#502387'

red 80 ◦ green 35 ◦ blue 135

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

Shades of Kingfisher Daisy #502387

Tints of Kingfisher Daisy #502387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 32%
G = 14%
B = 54%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502387 (or 0x502387) is known color: Kingfisher Daisy. HEX triplet: 50, 23 and 87. RGB value is (80,35,135). Sum of RGB (Red+Green+Blue) = 80+35+135=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #502387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502387 is #AFDC78. Grayscale: #3B3B3B. Windows color (decimal): -11525241 or 8856400. OLE color: 8856400.

HSL color Cylindrical-coordinate representation of color #502387: hue angle of 267º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502387 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 35 135 -
CMYK 0.41 0.74 0 0.47
HSL 267º 0.59% 0.33% -
HSV(B) 267º 0.74% 0.53% -
XYZ 8.28 4.66 23.38 -
YUV 59.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 80 35 135 0.41 0.74 0 0.47 267 0.59 0.33
Hex 50 23 87 29 4A 0 2F 10B 3B 21
Octal 120 43 207 51 112 0 57 413 73 41
Binary 1010000 100011 10000111 101001 1001010 0 101111 100001011 111011 100001

Color Harmonies of #502387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502387

Black with #502387

Text Example


Text Example

White with #502387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502387; }

 p { color: rgb(80,35,135); }

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

background-color css

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

 a { background-color: rgb(80,35,135); }

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

border-color css

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

 span { border-color: rgb(80,35,135); }

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