Html Css Color HEX #565056 Bossanova

📋 copy color: '#565056'

red 86 ◦ green 80 ◦ blue 86

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

Shades of Bossanova #565056

Tints of Bossanova #565056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 34.13%
G = 31.75%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#565056 (or 0x565056) is known color: Bossanova. HEX triplet: 56, 50 and 56. RGB value is (86,80,86). Sum of RGB (Red+Green+Blue) = 86+80+86=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565056 is #A9AFA9. Grayscale: #525252. Windows color (decimal): -11120554 or 5656662. OLE color: 5656662.

HSL color Cylindrical-coordinate representation of color #565056: hue angle of 300º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565056 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 86 -
CMYK 0 0.07 0 0.66
HSL 300º 0.04% 0.33% -
HSV(B) 300º 0.07% 0.34% -
XYZ 8.39 8.39 9.98 -
YUV 82.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 86 80 86 0 0.07 0 0.66 300 0.04 0.33
Hex 56 50 56 0 7 0 42 12C 4 21
Octal 126 120 126 0 7 0 102 454 4 41
Binary 1010110 1010000 1010110 0 111 0 1000010 100101100 100 100001

Color Harmonies of #565056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565056

Black with #565056

Text Example


Text Example

White with #565056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565056; }

 p { color: rgb(86,80,86); }

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

background-color css

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

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

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

border-color css

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

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

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