Html Css Color HEX #59415B Bossanova

📋 copy color: '#59415B'

red 89 ◦ green 65 ◦ blue 91

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

Shades of Bossanova #59415B

Tints of Bossanova #59415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 36.33%
G = 26.53%
B = 37.14%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59415B (or 0x59415B) is known color: Bossanova. HEX triplet: 59, 41 and 5B. RGB value is (89,65,91). Sum of RGB (Red+Green+Blue) = 89+65+91=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #59415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59415B is #A6BEA4. Grayscale: #4B4B4B. Windows color (decimal): -10927781 or 5980505. OLE color: 5980505.

HSL color Cylindrical-coordinate representation of color #59415B: hue angle of 295.38º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59415B is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 65 91 -
CMYK 0.02 0.29 0 0.64
HSL 295.38º 0.17% 0.31% -
HSV(B) 295.38º 0.29% 0.36% -
XYZ 7.9 6.66 10.77 -
YUV 75.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 89 65 91 0.02 0.29 0 0.64 295.38 0.17 0.31
Hex 59 41 5B 2 1D 0 40 127 11 1F
Octal 131 101 133 2 35 0 100 447 21 37
Binary 1011001 1000001 1011011 10 11101 0 1000000 100100111 10001 11111

Color Harmonies of #59415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59415B

Black with #59415B

Text Example


Text Example

White with #59415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59415B; }

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

 H1.HeaderClassName
 {
   color: #59415B;
 }
 .AnyTagClassName
 {
   color: #59415B;
 }
</style>

background-color css

<style>
 a { background-color: #59415B; }

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

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

border-color css

<style>
 span { border-color: #59415B; }

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

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