#564358

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

Shades of Bossanova #564358

Tints of Bossanova #564358

Color information

#564358 (or 0x564358) is unknown color: approx Bossanova. HEX triplet: 56, 43 and 58. RGB value is (86,67,88). Sum of RGB (Red+Green+Blue) = 86+67+88=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #564358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564358 is #A9BCA7. Grayscale: #4B4B4B. Windows color (decimal): -11123880 or 5784406. OLE color: 5784406.

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

Color convert

RGB866788-
CMYK0.020.2400.65
HSL294.29º13.55%30.39%-
HSV(B)294.29º23.86%34.51%-
XYZ7.616.710.12-
YUV75.08135.29135.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=35.68%
G=27.80%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8667880.020.2400.65294.2913.5530.39
Hex564358218041126e1e
Octal12610313023001014461636
Binary101011010000111011000101100001000001100100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564358; }

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

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

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

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

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

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

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

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