Html Css Color HEX #594081 Kingfisher Daisy

📋 copy color: '#594081'

red 89 ◦ green 64 ◦ blue 129

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

Shades of Kingfisher Daisy #594081

Tints of Kingfisher Daisy #594081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 31.56%
G = 22.7%
B = 45.74%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#594081 (or 0x594081) is known color: Kingfisher Daisy. HEX triplet: 59, 40 and 81. RGB value is (89,64,129). Sum of RGB (Red+Green+Blue) = 89+64+129=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #594081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594081 is #A6BF7E. Grayscale: #4E4E4E. Windows color (decimal): -10927999 or 8470617. OLE color: 8470617.

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

Color convert

RGB 89 64 129 -
CMYK 0.31 0.50 0 0.49
HSL 263.08º 0.34% 0.38% -
HSV(B) 263.08º 0.5% 0.51% -
XYZ 9.92 7.38 21.67 -
YUV 78.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 89 64 129 0.31 0.50 0 0.49 263.08 0.34 0.38
Hex 59 40 81 1F 32 0 31 107 22 26
Octal 131 100 201 37 62 0 61 407 42 46
Binary 1011001 1000000 10000001 11111 110010 0 110001 100000111 100010 100110

Color Harmonies of #594081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594081

Black with #594081

Text Example


Text Example

White with #594081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594081; }

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

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

background-color css

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

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

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

border-color css

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

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

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