Html Css Color HEX #556B78 Bismark

📋 copy color: '#556B78'

red 85 ◦ green 107 ◦ blue 120

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

Shades of Bismark #556B78

Tints of Bismark #556B78

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 27.24%
G = 34.29%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556B78 (or 0x556B78) is known color: Bismark. HEX triplet: 55, 6B and 78. RGB value is (85,107,120). Sum of RGB (Red+Green+Blue) = 85+107+120=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #556B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B78 is #AA9487. Grayscale: #656565. Windows color (decimal): -11179144 or 7891797. OLE color: 7891797.

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

Color convert

RGB 85 107 120 -
CMYK 0.29 0.11 0 0.53
HSL 202.29º 0.17% 0.4% -
HSV(B) 202.29º 0.29% 0.47% -
XYZ 12.39 13.8 19.78 -
YUV 101.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 85 107 120 0.29 0.11 0 0.53 202.29 0.17 0.4
Hex 55 6B 78 1D B 0 35 CA 11 28
Octal 125 153 170 35 13 0 65 312 21 50
Binary 1010101 1101011 1111000 11101 1011 0 110101 11001010 10001 101000

Color Harmonies of #556B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B78

Black with #556B78

Text Example


Text Example

White with #556B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556B78; }

 p { color: rgb(85,107,120); }

 H1.HeaderClassName
 {
   color: #556B78;
 }
 .AnyTagClassName
 {
   color: #556B78;
 }
</style>

background-color css

<style>
 a { background-color: #556B78; }

 a { background-color: rgb(85,107,120); }

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

border-color css

<style>
 span { border-color: #556B78; }

 span { border-color: rgb(85,107,120); }

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