Html Css Color HEX #556874 Bismark

📋 copy color: '#556874'

red 85 ◦ green 104 ◦ blue 116

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

Shades of Bismark #556874

Tints of Bismark #556874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 27.87%
G = 34.1%
B = 38.03%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556874 (or 0x556874) is known color: Bismark. HEX triplet: 55, 68 and 74. RGB value is (85,104,116). Sum of RGB (Red+Green+Blue) = 85+104+116=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #556874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556874 is #AA978B. Grayscale: #636363. Windows color (decimal): -11179916 or 7628885. OLE color: 7628885.

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

Color convert

RGB 85 104 116 -
CMYK 0.27 0.10 0 0.55
HSL 203.23º 0.15% 0.39% -
HSV(B) 203.23º 0.27% 0.45% -
XYZ 11.85 13.09 18.43 -
YUV 99.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 85 104 116 0.27 0.10 0 0.55 203.23 0.15 0.39
Hex 55 68 74 1B A 0 37 CB F 27
Octal 125 150 164 33 12 0 67 313 17 47
Binary 1010101 1101000 1110100 11011 1010 0 110111 11001011 1111 100111

Color Harmonies of #556874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556874

Black with #556874

Text Example


Text Example

White with #556874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556874; }

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

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

background-color css

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

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

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

border-color css

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

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

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