#56425A

Color #56425A Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #56425A

Tints of Bossanova #56425A

Color information

#56425A (or 0x56425A) is unknown color: approx Bossanova. HEX triplet: 56, 42 and 5A. RGB value is (86,66,90). Sum of RGB (Red+Green+Blue) = 86+66+90=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #56425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56425A is #A9BDA5. Grayscale: #4A4A4A. Windows color (decimal): -11124134 or 5915222. OLE color: 5915222.

HSL color Cylindrical-coordinate representation of color #56425A: hue angle of 290º 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 #56425A is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB866690-
CMYK0.040.2700.65
HSL290º15.38%30.59%-
HSV(B)290º26.67%35.29%-
XYZ7.636.6110.55-
YUV74.72136.63136.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=35.54%
G=27.27%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8666900.040.2700.6529015.3830.59
Hex56425A41B041122f1f
Octal12610213243301014421737
Binary1010110100001010110101001101101000001100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56425A;
 }
 .AnyTagClassName
 {
   color: #56425A;
 }
</style>
background-color css

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

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

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

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

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

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