Html Css Color HEX #59425A Bossanova

📋 copy color: '#59425A'

red 89 ◦ green 66 ◦ blue 90

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

Shades of Bossanova #59425A

Tints of Bossanova #59425A

RGB

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

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

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

R = 36.33%
G = 26.94%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59425A (or 0x59425A) is known color: Bossanova. HEX triplet: 59, 42 and 5A. RGB value is (89,66,90). Sum of RGB (Red+Green+Blue) = 89+66+90=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #59425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425A is #A6BDA5. Grayscale: #4B4B4B. Windows color (decimal): -10927526 or 5915225. OLE color: 5915225.

HSL color Cylindrical-coordinate representation of color #59425A: hue angle of 297.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59425A is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 90 -
CMYK 0.01 0.27 0 0.65
HSL 297.5º 0.15% 0.31% -
HSV(B) 297.5º 0.27% 0.35% -
XYZ 7.91 6.76 10.56 -
YUV 75.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 89 66 90 0.01 0.27 0 0.65 297.5 0.15 0.31
Hex 59 42 5A 1 1B 0 41 12A F 1F
Octal 131 102 132 1 33 0 101 452 17 37
Binary 1011001 1000010 1011010 1 11011 0 1000001 100101010 1111 11111

Color Harmonies of #59425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59425A

Black with #59425A

Text Example


Text Example

White with #59425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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