Html Css Color HEX #59425D Bossanova

📋 copy color: '#59425D'

red 89 ◦ green 66 ◦ blue 93

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

Shades of Bossanova #59425D

Tints of Bossanova #59425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 35.89%
G = 26.61%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59425D (or 0x59425D) is known color: Bossanova. HEX triplet: 59, 42 and 5D. RGB value is (89,66,93). Sum of RGB (Red+Green+Blue) = 89+66+93=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #59425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425D is #A6BDA2. Grayscale: #4B4B4B. Windows color (decimal): -10927523 or 6111833. OLE color: 6111833.

HSL color Cylindrical-coordinate representation of color #59425D: hue angle of 291.11º 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 #59425D is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 66 93 -
CMYK 0.04 0.29 0 0.64
HSL 291.11º 0.17% 0.31% -
HSV(B) 291.11º 0.29% 0.36% -
XYZ 8.04 6.81 11.25 -
YUV 75.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 89 66 93 0.04 0.29 0 0.64 291.11 0.17 0.31
Hex 59 42 5D 4 1D 0 40 123 11 1F
Octal 131 102 135 4 35 0 100 443 21 37
Binary 1011001 1000010 1011101 100 11101 0 1000000 100100011 10001 11111

Color Harmonies of #59425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59425D

Black with #59425D

Text Example


Text Example

White with #59425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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