Html Css Color HEX #593F59 Bossanova

📋 copy color: '#593F59'

red 89 ◦ green 63 ◦ blue 89

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

Shades of Bossanova #593F59

Tints of Bossanova #593F59

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

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

R = 36.93%
G = 26.14%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#593F59 (or 0x593F59) is known color: Bossanova. HEX triplet: 59, 3F and 59. RGB value is (89,63,89). Sum of RGB (Red+Green+Blue) = 89+63+89=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F59 is #A6C0A6. Grayscale: #494949. Windows color (decimal): -10928295 or 5848921. OLE color: 5848921.

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

Color convert

RGB 89 63 89 -
CMYK 0 0.29 0 0.65
HSL 300º 0.17% 0.3% -
HSV(B) 300º 0.29% 0.35% -
XYZ 7.7 6.4 10.28 -
YUV 73.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 89 63 89 0 0.29 0 0.65 300 0.17 0.3
Hex 59 3F 59 0 1D 0 41 12C 11 1E
Octal 131 77 131 0 35 0 101 454 21 36
Binary 1011001 111111 1011001 0 11101 0 1000001 100101100 10001 11110

Color Harmonies of #593F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F59

Black with #593F59

Text Example


Text Example

White with #593F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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