Html Css Color HEX #59425C Bossanova

📋 copy color: '#59425C'

red 89 ◦ green 66 ◦ blue 92

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

Shades of Bossanova #59425C

Tints of Bossanova #59425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 36.03%
G = 26.72%
B = 37.25%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59425C (or 0x59425C) is known color: Bossanova. HEX triplet: 59, 42 and 5C. RGB value is (89,66,92). Sum of RGB (Red+Green+Blue) = 89+66+92=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #59425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425C is #A6BDA3. Grayscale: #4B4B4B. Windows color (decimal): -10927524 or 6046297. OLE color: 6046297.

HSL color Cylindrical-coordinate representation of color #59425C: hue angle of 293.08º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59425C is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 66 92 -
CMYK 0.03 0.28 0 0.64
HSL 293.08º 0.16% 0.31% -
HSV(B) 293.08º 0.28% 0.36% -
XYZ 8 6.79 11.01 -
YUV 75.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 89 66 92 0.03 0.28 0 0.64 293.08 0.16 0.31
Hex 59 42 5C 3 1C 0 40 125 10 1F
Octal 131 102 134 3 34 0 100 445 20 37
Binary 1011001 1000010 1011100 11 11100 0 1000000 100100101 10000 11111

Color Harmonies of #59425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59425C

Black with #59425C

Text Example


Text Example

White with #59425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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