Html Css Color HEX #594359 Bossanova

📋 copy color: '#594359'

red 89 ◦ green 67 ◦ blue 89

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

Shades of Bossanova #594359

Tints of Bossanova #594359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 36.33%
G = 27.35%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#594359 (or 0x594359) is known color: Bossanova. HEX triplet: 59, 43 and 59. RGB value is (89,67,89). Sum of RGB (Red+Green+Blue) = 89+67+89=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594359 is #A6BCA6. Grayscale: #4C4C4C. Windows color (decimal): -10927271 or 5849945. OLE color: 5849945.

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

Color convert

RGB 89 67 89 -
CMYK 0 0.25 0 0.65
HSL 300º 0.14% 0.31% -
HSV(B) 300º 0.25% 0.35% -
XYZ 7.93 6.86 10.36 -
YUV 76.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 89 67 89 0 0.25 0 0.65 300 0.14 0.31
Hex 59 43 59 0 19 0 41 12C E 1F
Octal 131 103 131 0 31 0 101 454 16 37
Binary 1011001 1000011 1011001 0 11001 0 1000001 100101100 1110 11111

Color Harmonies of #594359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594359

Black with #594359

Text Example


Text Example

White with #594359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594359; }

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

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

background-color css

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

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

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

border-color css

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

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

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