Html Css Color HEX #59445C Bossanova

📋 copy color: '#59445C'

red 89 ◦ green 68 ◦ blue 92

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

Shades of Bossanova #59445C

Tints of Bossanova #59445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 35.74%
G = 27.31%
B = 36.95%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59445C (or 0x59445C) is known color: Bossanova. HEX triplet: 59, 44 and 5C. RGB value is (89,68,92). Sum of RGB (Red+Green+Blue) = 89+68+92=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #59445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59445C is #A6BBA3. Grayscale: #4C4C4C. Windows color (decimal): -10927012 or 6046809. OLE color: 6046809.

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

Color convert

RGB 89 68 92 -
CMYK 0.03 0.26 0 0.64
HSL 292.5º 0.15% 0.31% -
HSV(B) 292.5º 0.26% 0.36% -
XYZ 8.12 7.03 11.05 -
YUV 77.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 89 68 92 0.03 0.26 0 0.64 292.5 0.15 0.31
Hex 59 44 5C 3 1A 0 40 124 F 1F
Octal 131 104 134 3 32 0 100 444 17 37
Binary 1011001 1000100 1011100 11 11010 0 1000000 100100100 1111 11111

Color Harmonies of #59445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59445C

Black with #59445C

Text Example


Text Example

White with #59445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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