Html Css Color HEX #592C80 Kingfisher Daisy

📋 copy color: '#592C80'

red 89 ◦ green 44 ◦ blue 128

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

Shades of Kingfisher Daisy #592C80

Tints of Kingfisher Daisy #592C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.86%

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

R = 34.1%
G = 16.86%
B = 49.04%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#592C80 (or 0x592C80) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 80. RGB value is (89,44,128). Sum of RGB (Red+Green+Blue) = 89+44+128=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #592C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592C80 is #A6D37F. Grayscale: #424242. Windows color (decimal): -10933120 or 8399961. OLE color: 8399961.

HSL color Cylindrical-coordinate representation of color #592C80: hue angle of 272.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592C80 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 44 128 -
CMYK 0.30 0.66 0 0.50
HSL 272.14º 0.49% 0.34% -
HSV(B) 272.14º 0.66% 0.5% -
XYZ 8.92 5.48 21.01 -
YUV 67.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 89 44 128 0.30 0.66 0 0.50 272.14 0.49 0.34
Hex 59 2C 80 1E 42 0 32 110 31 22
Octal 131 54 200 36 102 0 62 420 61 42
Binary 1011001 101100 10000000 11110 1000010 0 110010 100010000 110001 100010

Color Harmonies of #592C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C80

Black with #592C80

Text Example


Text Example

White with #592C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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