Html Css Color HEX #593D5B Bossanova

📋 copy color: '#593D5B'

red 89 ◦ green 61 ◦ blue 91

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

Shades of Bossanova #593D5B

Tints of Bossanova #593D5B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 36.93%
G = 25.31%
B = 37.76%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#593D5B (or 0x593D5B) is known color: Bossanova. HEX triplet: 59, 3D and 5B. RGB value is (89,61,91). Sum of RGB (Red+Green+Blue) = 89+61+91=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #593D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D5B is #A6C2A4. Grayscale: #484848. Windows color (decimal): -10928805 or 5979481. OLE color: 5979481.

HSL color Cylindrical-coordinate representation of color #593D5B: hue angle of 296º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593D5B is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 61 91 -
CMYK 0.02 0.33 0 0.64
HSL 296º 0.2% 0.3% -
HSV(B) 296º 0.33% 0.36% -
XYZ 7.68 6.22 10.69 -
YUV 72.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 89 61 91 0.02 0.33 0 0.64 296 0.2 0.3
Hex 59 3D 5B 2 21 0 40 128 14 1E
Octal 131 75 133 2 41 0 100 450 24 36
Binary 1011001 111101 1011011 10 100001 0 1000000 100101000 10100 11110

Color Harmonies of #593D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D5B

Black with #593D5B

Text Example


Text Example

White with #593D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,61,91); }

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

background-color css

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

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

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

border-color css

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

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

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