Html Css Color HEX #566C76 Bismark

📋 copy color: '#566C76'

red 86 ◦ green 108 ◦ blue 118

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

Shades of Bismark #566C76

Tints of Bismark #566C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

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

R = 27.56%
G = 34.62%
B = 37.82%

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

#566C76 (or 0x566C76) is known color: Bismark. HEX triplet: 56, 6C and 76. RGB value is (86,108,118). Sum of RGB (Red+Green+Blue) = 86+108+118=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #566C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C76 is #A99389. Grayscale: #666666. Windows color (decimal): -11113354 or 7760982. OLE color: 7760982.

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

Color convert

RGB 86 108 118 -
CMYK 0.27 0.08 0 0.54
HSL 198.75º 0.16% 0.4% -
HSV(B) 198.75º 0.27% 0.46% -
XYZ 12.47 14.01 19.19 -
YUV 102.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 86 108 118 0.27 0.08 0 0.54 198.75 0.16 0.4
Hex 56 6C 76 1B 8 0 36 C7 10 28
Octal 126 154 166 33 10 0 66 307 20 50
Binary 1010110 1101100 1110110 11011 1000 0 110110 11000111 10000 101000

Color Harmonies of #566C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C76

Black with #566C76

Text Example


Text Example

White with #566C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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