#564758

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

Shades of Bossanova #564758

Tints of Bossanova #564758

Color information

#564758 (or 0x564758) is unknown color: approx Bossanova. HEX triplet: 56, 47 and 58. RGB value is (86,71,88). Sum of RGB (Red+Green+Blue) = 86+71+88=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #564758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564758 is #A9B8A7. Grayscale: #4D4D4D. Windows color (decimal): -11122856 or 5785430. OLE color: 5785430.

HSL color Cylindrical-coordinate representation of color #564758: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564758 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867188-
CMYK0.020.1900.65
HSL292.94º10.69%31.18%-
HSV(B)292.94º19.32%34.51%-
XYZ7.857.1910.21-
YUV77.42133.97134.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=35.10%
G=28.98%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8671880.020.1900.65292.9410.6931.18
Hex564758213041125b1f
Octal12610713022301014451337
Binary101011010001111011000101001101000001100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564758; }

 p { color: rgb(86,71,88); }

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

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

 a { background-color: rgb(86,71,88); }

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

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

 span { border-color: rgb(86,71,88); }

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