Html Css Color HEX #566B76 Bismark

📋 copy color: '#566B76'

red 86 ◦ green 107 ◦ blue 118

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

Shades of Bismark #566B76

Tints of Bismark #566B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

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

R = 27.65%
G = 34.41%
B = 37.94%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566B76 (or 0x566B76) is known color: Bismark. HEX triplet: 56, 6B and 76. RGB value is (86,107,118). Sum of RGB (Red+Green+Blue) = 86+107+118=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #566B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B76 is #A99489. Grayscale: #656565. Windows color (decimal): -11113610 or 7760726. OLE color: 7760726.

HSL color Cylindrical-coordinate representation of color #566B76: hue angle of 200.62º 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 #566B76 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 107 118 -
CMYK 0.27 0.09 0 0.54
HSL 200.63º 0.16% 0.4% -
HSV(B) 200.63º 0.27% 0.46% -
XYZ 12.37 13.8 19.15 -
YUV 101.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 86 107 118 0.27 0.09 0 0.54 200.63 0.16 0.4
Hex 56 6B 76 1B 9 0 36 C9 10 28
Octal 126 153 166 33 11 0 66 311 20 50
Binary 1010110 1101011 1110110 11011 1001 0 110110 11001001 10000 101000

Color Harmonies of #566B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B76

Black with #566B76

Text Example


Text Example

White with #566B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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