Html Css Color HEX #59405D Bossanova

📋 copy color: '#59405D'

red 89 ◦ green 64 ◦ blue 93

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

Shades of Bossanova #59405D

Tints of Bossanova #59405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 36.18%
G = 26.02%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59405D (or 0x59405D) is known color: Bossanova. HEX triplet: 59, 40 and 5D. RGB value is (89,64,93). Sum of RGB (Red+Green+Blue) = 89+64+93=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #59405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59405D is #A6BFA2. Grayscale: #4A4A4A. Windows color (decimal): -10928035 or 6111321. OLE color: 6111321.

HSL color Cylindrical-coordinate representation of color #59405D: hue angle of 291.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59405D is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 64 93 -
CMYK 0.04 0.31 0 0.64
HSL 291.72º 0.18% 0.31% -
HSV(B) 291.72º 0.31% 0.36% -
XYZ 7.93 6.58 11.21 -
YUV 74.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 89 64 93 0.04 0.31 0 0.64 291.72 0.18 0.31
Hex 59 40 5D 4 1F 0 40 124 12 1F
Octal 131 100 135 4 37 0 100 444 22 37
Binary 1011001 1000000 1011101 100 11111 0 1000000 100100100 10010 11111

Color Harmonies of #59405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59405D

Black with #59405D

Text Example


Text Example

White with #59405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59405D; }

 p { color: rgb(89,64,93); }

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

background-color css

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

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

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

border-color css

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

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

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