Html Css Color HEX #594259 Bossanova

📋 copy color: '#594259'

red 89 ◦ green 66 ◦ blue 89

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

Shades of Bossanova #594259

Tints of Bossanova #594259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 36.48%
G = 27.05%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#594259 (or 0x594259) is known color: Bossanova. HEX triplet: 59, 42 and 59. RGB value is (89,66,89). Sum of RGB (Red+Green+Blue) = 89+66+89=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594259 is #A6BDA6. Grayscale: #4B4B4B. Windows color (decimal): -10927527 or 5849689. OLE color: 5849689.

HSL color Cylindrical-coordinate representation of color #594259: hue angle of 300º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594259 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 89 -
CMYK 0 0.26 0 0.65
HSL 300º 0.15% 0.3% -
HSV(B) 300º 0.26% 0.35% -
XYZ 7.87 6.74 10.34 -
YUV 75.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 89 66 89 0 0.26 0 0.65 300 0.15 0.3
Hex 59 42 59 0 1A 0 41 12C F 1E
Octal 131 102 131 0 32 0 101 454 17 36
Binary 1011001 1000010 1011001 0 11010 0 1000001 100101100 1111 11110

Color Harmonies of #594259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594259

Black with #594259

Text Example


Text Example

White with #594259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594259; }

 p { color: rgb(89,66,89); }

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

background-color css

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

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

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

border-color css

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

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

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