Html Css Color HEX #593B59 Bossanova

📋 copy color: '#593B59'

red 89 ◦ green 59 ◦ blue 89

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

Shades of Bossanova #593B59

Tints of Bossanova #593B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

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

R = 37.55%
G = 24.89%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#593B59 (or 0x593B59) is known color: Bossanova. HEX triplet: 59, 3B and 59. RGB value is (89,59,89). Sum of RGB (Red+Green+Blue) = 89+59+89=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B59 is #A6C4A6. Grayscale: #474747. Windows color (decimal): -10929319 or 5847897. OLE color: 5847897.

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

Color convert

RGB 89 59 89 -
CMYK 0 0.34 0 0.65
HSL 300º 0.2% 0.29% -
HSV(B) 300º 0.34% 0.35% -
XYZ 7.49 5.97 10.21 -
YUV 71.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 89 59 89 0 0.34 0 0.65 300 0.2 0.29
Hex 59 3B 59 0 22 0 41 12C 14 1D
Octal 131 73 131 0 42 0 101 454 24 35
Binary 1011001 111011 1011001 0 100010 0 1000001 100101100 10100 11101

Color Harmonies of #593B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B59

Black with #593B59

Text Example


Text Example

White with #593B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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