Html Css Color HEX #566A77 Bismark

📋 copy color: '#566A77'

red 86 ◦ green 106 ◦ blue 119

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

Shades of Bismark #566A77

Tints of Bismark #566A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 27.65%
G = 34.08%
B = 38.26%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#566A77 (or 0x566A77) is known color: Bismark. HEX triplet: 56, 6A and 77. RGB value is (86,106,119). Sum of RGB (Red+Green+Blue) = 86+106+119=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #566A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A77 is #A99588. Grayscale: #656565. Windows color (decimal): -11113865 or 7826006. OLE color: 7826006.

HSL color Cylindrical-coordinate representation of color #566A77: hue angle of 203.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566A77 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 106 119 -
CMYK 0.28 0.11 0 0.53
HSL 203.64º 0.16% 0.4% -
HSV(B) 203.64º 0.28% 0.47% -
XYZ 12.32 13.62 19.43 -
YUV 101.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 86 106 119 0.28 0.11 0 0.53 203.64 0.16 0.4
Hex 56 6A 77 1C B 0 35 CC 10 28
Octal 126 152 167 34 13 0 65 314 20 50
Binary 1010110 1101010 1110111 11100 1011 0 110101 11001100 10000 101000

Color Harmonies of #566A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A77

Black with #566A77

Text Example


Text Example

White with #566A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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