#564457

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

Shades of Bossanova #564457

Tints of Bossanova #564457

Color information

#564457 (or 0x564457) is unknown color: approx Bossanova. HEX triplet: 56, 44 and 57. RGB value is (86,68,87). Sum of RGB (Red+Green+Blue) = 86+68+87=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 87 - color contains mainly: blue. Hex color #564457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564457 is #A9BBA8. Grayscale: #4B4B4B. Windows color (decimal): -11123625 or 5719126. OLE color: 5719126.

HSL color Cylindrical-coordinate representation of color #564457: hue angle of 296.84º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564457 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB866887-
CMYK0.010.2200.66
HSL296.84º12.26%30.39%-
HSV(B)296.84º21.84%34.12%-
XYZ7.636.89.93-
YUV75.55134.46135.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=35.68%
G=28.22%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8668870.010.2200.66296.8412.2630.39
Hex564457116042129c1e
Octal12610412712601024511436
Binary10101101000100101011111011001000010100101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564457; }

 p { color: rgb(86,68,87); }

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

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

 a { background-color: rgb(86,68,87); }

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

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

 span { border-color: rgb(86,68,87); }

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