Html Css Color HEX #592080 Kingfisher Daisy

📋 copy color: '#592080'

red 89 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #592080

Tints of Kingfisher Daisy #592080

RGB

 RED value IS 89 (35.16% from 255) = 35.74%

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

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 35.74%
G = 12.85%
B = 51.41%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#592080 (or 0x592080) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 80. RGB value is (89,32,128). Sum of RGB (Red+Green+Blue) = 89+32+128=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #592080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592080 is #A6DF7F. Grayscale: #3B3B3B. Windows color (decimal): -10936192 or 8396889. OLE color: 8396889.

HSL color Cylindrical-coordinate representation of color #592080: hue angle of 275.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592080 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 32 128 -
CMYK 0.30 0.75 0 0.50
HSL 275.63º 0.6% 0.31% -
HSV(B) 275.63º 0.75% 0.5% -
XYZ 8.53 4.72 20.88 -
YUV 59.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 89 32 128 0.30 0.75 0 0.50 275.63 0.6 0.31
Hex 59 20 80 1E 4B 0 32 114 3C 1F
Octal 131 40 200 36 113 0 62 424 74 37
Binary 1011001 100000 10000000 11110 1001011 0 110010 100010100 111100 11111

Color Harmonies of #592080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592080

Black with #592080

Text Example


Text Example

White with #592080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592080; }

 p { color: rgb(89,32,128); }

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

background-color css

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

 a { background-color: rgb(89,32,128); }

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

border-color css

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

 span { border-color: rgb(89,32,128); }

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