Html Css Color HEX #566D76 Bismark

📋 copy color: '#566D76'

red 86 ◦ green 109 ◦ blue 118

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

Shades of Bismark #566D76

Tints of Bismark #566D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 27.48%
G = 34.82%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566D76 (or 0x566D76) is known color: Bismark. HEX triplet: 56, 6D and 76. RGB value is (86,109,118). Sum of RGB (Red+Green+Blue) = 86+109+118=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #566D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D76 is #A99289. Grayscale: #676767. Windows color (decimal): -11113098 or 7761238. OLE color: 7761238.

HSL color Cylindrical-coordinate representation of color #566D76: hue angle of 196.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #566D76 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 109 118 -
CMYK 0.27 0.08 0 0.54
HSL 196.88º 0.16% 0.4% -
HSV(B) 196.88º 0.27% 0.46% -
XYZ 12.58 14.22 19.22 -
YUV 103.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 86 109 118 0.27 0.08 0 0.54 196.88 0.16 0.4
Hex 56 6D 76 1B 8 0 36 C5 10 28
Octal 126 155 166 33 10 0 66 305 20 50
Binary 1010110 1101101 1110110 11011 1000 0 110110 11000101 10000 101000

Color Harmonies of #566D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D76

Black with #566D76

Text Example


Text Example

White with #566D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566D76; }

 p { color: rgb(86,109,118); }

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

background-color css

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

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

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

border-color css

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

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

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