Html Css Color HEX #556E7C Bismark

📋 copy color: '#556E7C'

red 85 ◦ green 110 ◦ blue 124

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

Shades of Bismark #556E7C

Tints of Bismark #556E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 26.65%
G = 34.48%
B = 38.87%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#556E7C (or 0x556E7C) is known color: Bismark. HEX triplet: 55, 6E and 7C. RGB value is (85,110,124). Sum of RGB (Red+Green+Blue) = 85+110+124=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #556E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E7C is #AA9183. Grayscale: #686868. Windows color (decimal): -11178372 or 8154709. OLE color: 8154709.

HSL color Cylindrical-coordinate representation of color #556E7C: hue angle of 201.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556E7C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 110 124 -
CMYK 0.31 0.11 0 0.51
HSL 201.54º 0.19% 0.41% -
HSV(B) 201.54º 0.31% 0.49% -
XYZ 12.96 14.54 21.19 -
YUV 104.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 85 110 124 0.31 0.11 0 0.51 201.54 0.19 0.41
Hex 55 6E 7C 1F B 0 33 CA 13 29
Octal 125 156 174 37 13 0 63 312 23 51
Binary 1010101 1101110 1111100 11111 1011 0 110011 11001010 10011 101001

Color Harmonies of #556E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E7C

Black with #556E7C

Text Example


Text Example

White with #556E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,124); }

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

background-color css

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

 a { background-color: rgb(85,110,124); }

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

border-color css

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

 span { border-color: rgb(85,110,124); }

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