#594575

Color #594575 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #594575

Tints of Kingfisher Daisy #594575

Color information

#594575 (or 0x594575) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 45 and 75. RGB value is (89,69,117). Sum of RGB (Red+Green+Blue) = 89+69+117=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #594575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594575 is #A6BA8A. Grayscale: #505050. Windows color (decimal): -10926731 or 7685465. OLE color: 7685465.

HSL color Cylindrical-coordinate representation of color #594575: hue angle of 265º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #594575 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8969117-
CMYK0.240.4100.54
HSL265º25.81%36.47%-
HSV(B)265º41.03%45.88%-
XYZ9.467.6617.81-
YUV80.45148.63134.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=32.36%
G=25.09%
B=42.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89691170.240.4100.5426525.8136.47
Hex59457518290361091a24
Octal13110516530510664113244
Binary10110011000101111010111000101001011011010000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594575; }

 p { color: rgb(89,69,117); }

 H1.HeaderClassName
 {
   color: #594575;
 }
 .AnyTagClassName
 {
   color: #594575;
 }
</style>
background-color css

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

 a { background-color: rgb(89,69,117); }

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

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

 span { border-color: rgb(89,69,117); }

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