Html Css Color HEX #556C79 Bismark

📋 copy color: '#556C79'

red 85 ◦ green 108 ◦ blue 121

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

Shades of Bismark #556C79

Tints of Bismark #556C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 27.07%
G = 34.39%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556C79 (or 0x556C79) is known color: Bismark. HEX triplet: 55, 6C and 79. RGB value is (85,108,121). Sum of RGB (Red+Green+Blue) = 85+108+121=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #556C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C79 is #AA9386. Grayscale: #666666. Windows color (decimal): -11178887 or 7957589. OLE color: 7957589.

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

Color convert

RGB 85 108 121 -
CMYK 0.30 0.11 0 0.53
HSL 201.67º 0.17% 0.4% -
HSV(B) 201.67º 0.3% 0.47% -
XYZ 12.56 14.04 20.14 -
YUV 102.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 85 108 121 0.30 0.11 0 0.53 201.67 0.17 0.4
Hex 55 6C 79 1E B 0 35 CA 11 28
Octal 125 154 171 36 13 0 65 312 21 50
Binary 1010101 1101100 1111001 11110 1011 0 110101 11001010 10001 101000

Color Harmonies of #556C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C79

Black with #556C79

Text Example


Text Example

White with #556C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,121); }

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

background-color css

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

 a { background-color: rgb(85,108,121); }

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

border-color css

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

 span { border-color: rgb(85,108,121); }

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