Html Css Color HEX #502089 Kingfisher Daisy

📋 copy color: '#502089'

red 80 ◦ green 32 ◦ blue 137

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

Shades of Kingfisher Daisy #502089

Tints of Kingfisher Daisy #502089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 32.13%
G = 12.85%
B = 55.02%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#502089 (or 0x502089) is known color: Kingfisher Daisy. HEX triplet: 50, 20 and 89. RGB value is (80,32,137). Sum of RGB (Red+Green+Blue) = 80+32+137=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #502089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502089 is #AFDF76. Grayscale: #393939. Windows color (decimal): -11526007 or 8986704. OLE color: 8986704.

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

Color convert

RGB 80 32 137 -
CMYK 0.42 0.77 0 0.46
HSL 267.43º 0.62% 0.33% -
HSV(B) 267.43º 0.77% 0.54% -
XYZ 8.34 4.54 24.1 -
YUV 58.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 80 32 137 0.42 0.77 0 0.46 267.43 0.62 0.33
Hex 50 20 89 2A 4D 0 2E 10B 3E 21
Octal 120 40 211 52 115 0 56 413 76 41
Binary 1010000 100000 10001001 101010 1001101 0 101110 100001011 111110 100001

Color Harmonies of #502089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502089

Black with #502089

Text Example


Text Example

White with #502089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502089; }

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

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

background-color css

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

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

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

border-color css

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

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

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