Html Css Color HEX #502586 Kingfisher Daisy

📋 copy color: '#502586'

red 80 ◦ green 37 ◦ blue 134

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

Shades of Kingfisher Daisy #502586

Tints of Kingfisher Daisy #502586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 31.87%
G = 14.74%
B = 53.39%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502586 (or 0x502586) is known color: Kingfisher Daisy. HEX triplet: 50, 25 and 86. RGB value is (80,37,134). Sum of RGB (Red+Green+Blue) = 80+37+134=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #502586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502586 is #AFDA79. Grayscale: #3C3C3C. Windows color (decimal): -11524730 or 8791376. OLE color: 8791376.

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

Color convert

RGB 80 37 134 -
CMYK 0.40 0.72 0 0.47
HSL 266.6º 0.57% 0.34% -
HSV(B) 266.6º 0.72% 0.53% -
XYZ 8.27 4.75 23.04 -
YUV 60.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 80 37 134 0.40 0.72 0 0.47 266.6 0.57 0.34
Hex 50 25 86 28 48 0 2F 10B 39 22
Octal 120 45 206 50 110 0 57 413 71 42
Binary 1010000 100101 10000110 101000 1001000 0 101111 100001011 111001 100010

Color Harmonies of #502586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502586

Black with #502586

Text Example


Text Example

White with #502586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502586; }

 p { color: rgb(80,37,134); }

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

background-color css

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

 a { background-color: rgb(80,37,134); }

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

border-color css

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

 span { border-color: rgb(80,37,134); }

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