Html Css Color HEX #59405A Bossanova

📋 copy color: '#59405A'

red 89 ◦ green 64 ◦ blue 90

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

Shades of Bossanova #59405A

Tints of Bossanova #59405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 36.63%
G = 26.34%
B = 37.04%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59405A (or 0x59405A) is known color: Bossanova. HEX triplet: 59, 40 and 5A. RGB value is (89,64,90). Sum of RGB (Red+Green+Blue) = 89+64+90=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #59405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59405A is #A6BFA5. Grayscale: #4A4A4A. Windows color (decimal): -10928038 or 5914713. OLE color: 5914713.

HSL color Cylindrical-coordinate representation of color #59405A: hue angle of 297.69º 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 #59405A is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 90 -
CMYK 0.01 0.29 0 0.65
HSL 297.69º 0.17% 0.3% -
HSV(B) 297.69º 0.29% 0.35% -
XYZ 7.8 6.53 10.52 -
YUV 74.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 89 64 90 0.01 0.29 0 0.65 297.69 0.17 0.3
Hex 59 40 5A 1 1D 0 41 12A 11 1E
Octal 131 100 132 1 35 0 101 452 21 36
Binary 1011001 1000000 1011010 1 11101 0 1000001 100101010 10001 11110

Color Harmonies of #59405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59405A

Black with #59405A

Text Example


Text Example

White with #59405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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