Html Css Color HEX #594475 Kingfisher Daisy

📋 copy color: '#594475'

red 89 ◦ green 68 ◦ blue 117

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

Shades of Kingfisher Daisy #594475

Tints of Kingfisher Daisy #594475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 32.48%
G = 24.82%
B = 42.7%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594475 (or 0x594475) is known color: Kingfisher Daisy. HEX triplet: 59, 44 and 75. RGB value is (89,68,117). Sum of RGB (Red+Green+Blue) = 89+68+117=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #594475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594475 is #A6BB8A. Grayscale: #4F4F4F. Windows color (decimal): -10926987 or 7685209. OLE color: 7685209.

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

Color convert

RGB 89 68 117 -
CMYK 0.24 0.42 0 0.54
HSL 265.71º 0.26% 0.36% -
HSV(B) 265.71º 0.42% 0.46% -
XYZ 9.4 7.54 17.79 -
YUV 79.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 89 68 117 0.24 0.42 0 0.54 265.71 0.26 0.36
Hex 59 44 75 18 2A 0 36 10A 1A 24
Octal 131 104 165 30 52 0 66 412 32 44
Binary 1011001 1000100 1110101 11000 101010 0 110110 100001010 11010 100100

Color Harmonies of #594475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594475

Black with #594475

Text Example


Text Example

White with #594475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594475; }

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

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

background-color css

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

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

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

border-color css

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

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

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