Html Css Color HEX #564958 Bossanova

📋 copy color: '#564958'

red 86 ◦ green 73 ◦ blue 88

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

Shades of Bossanova #564958

Tints of Bossanova #564958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

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

R = 34.82%
G = 29.55%
B = 35.63%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564958 (or 0x564958) is known color: Bossanova. HEX triplet: 56, 49 and 58. RGB value is (86,73,88). Sum of RGB (Red+Green+Blue) = 86+73+88=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #564958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564958 is #A9B6A7. Grayscale: #4E4E4E. Windows color (decimal): -11122344 or 5785942. OLE color: 5785942.

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

Color convert

RGB 86 73 88 -
CMYK 0.02 0.17 0 0.65
HSL 292º 0.09% 0.32% -
HSV(B) 292º 0.17% 0.35% -
XYZ 7.98 7.45 10.25 -
YUV 78.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 86 73 88 0.02 0.17 0 0.65 292 0.09 0.32
Hex 56 49 58 2 11 0 41 124 9 20
Octal 126 111 130 2 21 0 101 444 11 40
Binary 1010110 1001001 1011000 10 10001 0 1000001 100100100 1001 100000

Color Harmonies of #564958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564958

Black with #564958

Text Example


Text Example

White with #564958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564958; }

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

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

background-color css

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

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

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

border-color css

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

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

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