Html Css Color HEX #556872 Bismark

📋 copy color: '#556872'

red 85 ◦ green 104 ◦ blue 114

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

Shades of Bismark #556872

Tints of Bismark #556872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 28.05%
G = 34.32%
B = 37.62%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556872 (or 0x556872) is known color: Bismark. HEX triplet: 55, 68 and 72. RGB value is (85,104,114). Sum of RGB (Red+Green+Blue) = 85+104+114=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #556872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556872 is #AA978D. Grayscale: #636363. Windows color (decimal): -11179918 or 7497813. OLE color: 7497813.

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

Color convert

RGB 85 104 114 -
CMYK 0.25 0.09 0 0.55
HSL 200.69º 0.15% 0.39% -
HSV(B) 200.69º 0.25% 0.45% -
XYZ 11.73 13.05 17.82 -
YUV 99.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 85 104 114 0.25 0.09 0 0.55 200.69 0.15 0.39
Hex 55 68 72 19 9 0 37 C9 F 27
Octal 125 150 162 31 11 0 67 311 17 47
Binary 1010101 1101000 1110010 11001 1001 0 110111 11001001 1111 100111

Color Harmonies of #556872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556872

Black with #556872

Text Example


Text Example

White with #556872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556872; }

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

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

background-color css

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

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

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

border-color css

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

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

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