Html Css Color HEX #594573 Kingfisher Daisy

📋 copy color: '#594573'

red 89 ◦ green 69 ◦ blue 115

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

Shades of Kingfisher Daisy #594573

Tints of Kingfisher Daisy #594573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 32.6%
G = 25.27%
B = 42.12%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594573 (or 0x594573) is known color: Kingfisher Daisy. HEX triplet: 59, 45 and 73. RGB value is (89,69,115). Sum of RGB (Red+Green+Blue) = 89+69+115=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #594573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594573 is #A6BA8C. Grayscale: #505050. Windows color (decimal): -10926733 or 7554393. OLE color: 7554393.

HSL color Cylindrical-coordinate representation of color #594573: hue angle of 266.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594573 is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 69 115 -
CMYK 0.23 0.4 0 0.55
HSL 266.09º 0.25% 0.36% -
HSV(B) 266.09º 0.4% 0.45% -
XYZ 9.34 7.62 17.2 -
YUV 80.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 89 69 115 0.23 0.4 0 0.55 266.09 0.25 0.36
Hex 59 45 73 17 28 0 37 10A 19 24
Octal 131 105 163 27 50 0 67 412 31 44
Binary 1011001 1000101 1110011 10111 101000 0 110111 100001010 11001 100100

Color Harmonies of #594573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594573

Black with #594573

Text Example


Text Example

White with #594573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594573; }

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

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

background-color css

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

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

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

border-color css

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

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

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