#564158

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

Shades of Bossanova #564158

Tints of Bossanova #564158

Color information

#564158 (or 0x564158) is unknown color: approx Bossanova. HEX triplet: 56, 41 and 58. RGB value is (86,65,88). Sum of RGB (Red+Green+Blue) = 86+65+88=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #564158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564158 is #A9BEA7. Grayscale: #494949. Windows color (decimal): -11124392 or 5783894. OLE color: 5783894.

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

Color convert

RGB866588-
CMYK0.020.2600.65
HSL294.78º15.03%30%-
HSV(B)294.78º26.14%34.51%-
XYZ7.496.4610.09-
YUV73.9135.96136.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=35.98%
G=27.20%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8665880.020.2600.65294.7815.0330
Hex56415821A041127f1e
Octal12610113023201014471736
Binary101011010000011011000101101001000001100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564158; }

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

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

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

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

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

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

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

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