Html Css Color HEX #502589 Kingfisher Daisy

📋 copy color: '#502589'

red 80 ◦ green 37 ◦ blue 137

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

Shades of Kingfisher Daisy #502589

Tints of Kingfisher Daisy #502589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 31.5%
G = 14.57%
B = 53.94%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#502589 (or 0x502589) is known color: Kingfisher Daisy. HEX triplet: 50, 25 and 89. RGB value is (80,37,137). Sum of RGB (Red+Green+Blue) = 80+37+137=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #502589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502589 is #AFDA76. Grayscale: #3C3C3C. Windows color (decimal): -11524727 or 8987984. OLE color: 8987984.

HSL color Cylindrical-coordinate representation of color #502589: hue angle of 265.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502589 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 37 137 -
CMYK 0.42 0.73 0 0.46
HSL 265.8º 0.57% 0.34% -
HSV(B) 265.8º 0.73% 0.54% -
XYZ 8.49 4.83 24.15 -
YUV 61.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 80 37 137 0.42 0.73 0 0.46 265.8 0.57 0.34
Hex 50 25 89 2A 49 0 2E 10A 39 22
Octal 120 45 211 52 111 0 56 412 71 42
Binary 1010000 100101 10001001 101010 1001001 0 101110 100001010 111001 100010

Color Harmonies of #502589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502589

Black with #502589

Text Example


Text Example

White with #502589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502589; }

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

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

background-color css

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

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

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

border-color css

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

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

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