Html Css Color HEX #502787 Kingfisher Daisy

📋 copy color: '#502787'

red 80 ◦ green 39 ◦ blue 135

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

Shades of Kingfisher Daisy #502787

Tints of Kingfisher Daisy #502787

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

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

R = 31.5%
G = 15.35%
B = 53.15%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502787 (or 0x502787) is known color: Kingfisher Daisy. HEX triplet: 50, 27 and 87. RGB value is (80,39,135). Sum of RGB (Red+Green+Blue) = 80+39+135=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #502787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502787 is #AFD878. Grayscale: #3D3D3D. Windows color (decimal): -11524217 or 8857424. OLE color: 8857424.

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

Color convert

RGB 80 39 135 -
CMYK 0.41 0.71 0 0.47
HSL 265.63º 0.55% 0.34% -
HSV(B) 265.63º 0.71% 0.53% -
XYZ 8.41 4.91 23.43 -
YUV 62.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 80 39 135 0.41 0.71 0 0.47 265.63 0.55 0.34
Hex 50 27 87 29 47 0 2F 10A 37 22
Octal 120 47 207 51 107 0 57 412 67 42
Binary 1010000 100111 10000111 101001 1000111 0 101111 100001010 110111 100010

Color Harmonies of #502787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502787

Black with #502787

Text Example


Text Example

White with #502787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502787; }

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

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

background-color css

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

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

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

border-color css

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

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

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