#564058

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

Shades of Bossanova #564058

Tints of Bossanova #564058

Color information

#564058 (or 0x564058) is unknown color: approx Bossanova. HEX triplet: 56, 40 and 58. RGB value is (86,64,88). Sum of RGB (Red+Green+Blue) = 86+64+88=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #564058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564058 is #A9BFA7. Grayscale: #494949. Windows color (decimal): -11124648 or 5783638. OLE color: 5783638.

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

Color convert

RGB866488-
CMYK0.020.2700.65
HSL295º15.79%29.8%-
HSV(B)295º27.27%34.51%-
XYZ7.436.3510.07-
YUV73.31136.29137.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=36.13%
G=26.89%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8664880.020.2700.6529515.7929.8
Hex56405821B041127101e
Octal12610013023301014472036
Binary1010110100000010110001011011010000011001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564058; }

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

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

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

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

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

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

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

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