Html Css Color HEX #566A76 Bismark

📋 copy color: '#566A76'

red 86 ◦ green 106 ◦ blue 118

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

Shades of Bismark #566A76

Tints of Bismark #566A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 27.74%
G = 34.19%
B = 38.06%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566A76 (or 0x566A76) is known color: Bismark. HEX triplet: 56, 6A and 76. RGB value is (86,106,118). Sum of RGB (Red+Green+Blue) = 86+106+118=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #566A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A76 is #A99589. Grayscale: #656565. Windows color (decimal): -11113866 or 7760470. OLE color: 7760470.

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

Color convert

RGB 86 106 118 -
CMYK 0.27 0.10 0 0.54
HSL 202.5º 0.16% 0.4% -
HSV(B) 202.5º 0.27% 0.46% -
XYZ 12.26 13.59 19.12 -
YUV 101.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 86 106 118 0.27 0.10 0 0.54 202.5 0.16 0.4
Hex 56 6A 76 1B A 0 36 CA 10 28
Octal 126 152 166 33 12 0 66 312 20 50
Binary 1010110 1101010 1110110 11011 1010 0 110110 11001010 10000 101000

Color Harmonies of #566A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A76

Black with #566A76

Text Example


Text Example

White with #566A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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