Html Css Color HEX #59465B Bossanova

📋 copy color: '#59465B'

red 89 ◦ green 70 ◦ blue 91

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

Shades of Bossanova #59465B

Tints of Bossanova #59465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 35.6%
G = 28%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59465B (or 0x59465B) is known color: Bossanova. HEX triplet: 59, 46 and 5B. RGB value is (89,70,91). Sum of RGB (Red+Green+Blue) = 89+70+91=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #59465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59465B is #A6B9A4. Grayscale: #4E4E4E. Windows color (decimal): -10926501 or 5981785. OLE color: 5981785.

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

Color convert

RGB 89 70 91 -
CMYK 0.02 0.23 0 0.64
HSL 294.29º 0.13% 0.32% -
HSV(B) 294.29º 0.23% 0.36% -
XYZ 8.2 7.26 10.87 -
YUV 78.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 89 70 91 0.02 0.23 0 0.64 294.29 0.13 0.32
Hex 59 46 5B 2 17 0 40 126 D 20
Octal 131 106 133 2 27 0 100 446 15 40
Binary 1011001 1000110 1011011 10 10111 0 1000000 100100110 1101 100000

Color Harmonies of #59465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59465B

Black with #59465B

Text Example


Text Example

White with #59465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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