Html Css Color HEX #594074 Kingfisher Daisy

📋 copy color: '#594074'

red 89 ◦ green 64 ◦ blue 116

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

Shades of Kingfisher Daisy #594074

Tints of Kingfisher Daisy #594074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 33.09%
G = 23.79%
B = 43.12%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594074 (or 0x594074) is known color: Kingfisher Daisy. HEX triplet: 59, 40 and 74. RGB value is (89,64,116). Sum of RGB (Red+Green+Blue) = 89+64+116=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #594074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594074 is #A6BF8B. Grayscale: #4D4D4D. Windows color (decimal): -10928012 or 7618649. OLE color: 7618649.

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

Color convert

RGB 89 64 116 -
CMYK 0.23 0.45 0 0.55
HSL 268.85º 0.29% 0.35% -
HSV(B) 268.85º 0.45% 0.45% -
XYZ 9.11 7.05 17.4 -
YUV 77.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 89 64 116 0.23 0.45 0 0.55 268.85 0.29 0.35
Hex 59 40 74 17 2D 0 37 10D 1D 23
Octal 131 100 164 27 55 0 67 415 35 43
Binary 1011001 1000000 1110100 10111 101101 0 110111 100001101 11101 100011

Color Harmonies of #594074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594074

Black with #594074

Text Example


Text Example

White with #594074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594074; }

 p { color: rgb(89,64,116); }

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

background-color css

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

 a { background-color: rgb(89,64,116); }

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

border-color css

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

 span { border-color: rgb(89,64,116); }

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