#593F5A

Color #593F5A Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #593F5A

Tints of Bossanova #593F5A

Color information

#593F5A (or 0x593F5A) is unknown color: approx Bossanova. HEX triplet: 59, 3F and 5A. RGB value is (89,63,90). Sum of RGB (Red+Green+Blue) = 89+63+90=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #593F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F5A is #A6C0A5. Grayscale: #494949. Windows color (decimal): -10928294 or 5914457. OLE color: 5914457.

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

Color convert

RGB896390-
CMYK0.010.3000.65
HSL297.78º17.65%30%-
HSV(B)297.78º30%35.29%-
XYZ7.746.4210.5-
YUV73.85137.11138.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=36.78%
G=26.03%
B=37.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8963900.010.3000.65297.7817.6530
Hex593F5A11E04112a121e
Octal1317713213601014522236
Binary10110011111111011010111110010000011001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #593F5A;
 }
 .AnyTagClassName
 {
   color: #593F5A;
 }
</style>
background-color css

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

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

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

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

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

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