Html Css Color HEX #556C74 Bismark

📋 copy color: '#556C74'

red 85 ◦ green 108 ◦ blue 116

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

Shades of Bismark #556C74

Tints of Bismark #556C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 27.51%
G = 34.95%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556C74 (or 0x556C74) is known color: Bismark. HEX triplet: 55, 6C and 74. RGB value is (85,108,116). Sum of RGB (Red+Green+Blue) = 85+108+116=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #556C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C74 is #AA938B. Grayscale: #656565. Windows color (decimal): -11178892 or 7629909. OLE color: 7629909.

HSL color Cylindrical-coordinate representation of color #556C74: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556C74 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 108 116 -
CMYK 0.27 0.07 0 0.55
HSL 195.48º 0.15% 0.39% -
HSV(B) 195.48º 0.27% 0.45% -
XYZ 12.26 13.92 18.56 -
YUV 102.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 85 108 116 0.27 0.07 0 0.55 195.48 0.15 0.39
Hex 55 6C 74 1B 7 0 37 C3 F 27
Octal 125 154 164 33 7 0 67 303 17 47
Binary 1010101 1101100 1110100 11011 111 0 110111 11000011 1111 100111

Color Harmonies of #556C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C74

Black with #556C74

Text Example


Text Example

White with #556C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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