Html Css Color HEX #564858 Bossanova

📋 copy color: '#564858'

red 86 ◦ green 72 ◦ blue 88

#564858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #564858

Tints of Bossanova #564858

RGB

 RED value IS 86 (33.98% from 255) = 34.96%

 GREEN value IS 72 (28.52% from 255) = 29.27%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 34.96%
G = 29.27%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564858 (or 0x564858) is known color: Bossanova. HEX triplet: 56, 48 and 58. RGB value is (86,72,88). Sum of RGB (Red+Green+Blue) = 86+72+88=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #564858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564858 is #A9B7A7. Grayscale: #4D4D4D. Windows color (decimal): -11122600 or 5785686. OLE color: 5785686.

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

Color convert

RGB 86 72 88 -
CMYK 0.02 0.18 0 0.65
HSL 292.5º 0.1% 0.31% -
HSV(B) 292.5º 0.18% 0.35% -
XYZ 7.92 7.32 10.23 -
YUV 78.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 86 72 88 0.02 0.18 0 0.65 292.5 0.1 0.31
Hex 56 48 58 2 12 0 41 124 A 1F
Octal 126 110 130 2 22 0 101 444 12 37
Binary 1010110 1001000 1011000 10 10010 0 1000001 100100100 1010 11111

Color Harmonies of #564858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564858

Black with #564858

Text Example


Text Example

White with #564858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564858; }

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

 H1.HeaderClassName
 {
   color: #564858;
 }
 .AnyTagClassName
 {
   color: #564858;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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