#564359

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

Shades of Bossanova #564359

Tints of Bossanova #564359

Color information

#564359 (or 0x564359) is unknown color: approx Bossanova. HEX triplet: 56, 43 and 59. RGB value is (86,67,89). Sum of RGB (Red+Green+Blue) = 86+67+89=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #564359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564359 is #A9BCA6. Grayscale: #4B4B4B. Windows color (decimal): -11123879 or 5849942. OLE color: 5849942.

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

Color convert

RGB866789-
CMYK0.030.2500.65
HSL291.82º14.1%30.59%-
HSV(B)291.82º24.72%34.9%-
XYZ7.656.7110.34-
YUV75.19135.79135.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=35.54%
G=27.69%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8667890.030.2500.65291.8214.130.59
Hex564359319041124e1f
Octal12610313133101014441637
Binary101011010000111011001111100101000001100100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564359; }

 p { color: rgb(86,67,89); }

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

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

 a { background-color: rgb(86,67,89); }

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

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

 span { border-color: rgb(86,67,89); }

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