Html Css Color HEX #556E7A Bismark

📋 copy color: '#556E7A'

red 85 ◦ green 110 ◦ blue 122

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

Shades of Bismark #556E7A

Tints of Bismark #556E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 26.81%
G = 34.7%
B = 38.49%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#556E7A (or 0x556E7A) is known color: Bismark. HEX triplet: 55, 6E and 7A. RGB value is (85,110,122). Sum of RGB (Red+Green+Blue) = 85+110+122=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #556E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E7A is #AA9185. Grayscale: #676767. Windows color (decimal): -11178374 or 8023637. OLE color: 8023637.

HSL color Cylindrical-coordinate representation of color #556E7A: hue angle of 199.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556E7A is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 110 122 -
CMYK 0.30 0.10 0 0.52
HSL 199.46º 0.18% 0.41% -
HSV(B) 199.46º 0.3% 0.48% -
XYZ 12.84 14.49 20.53 -
YUV 103.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 85 110 122 0.30 0.10 0 0.52 199.46 0.18 0.41
Hex 55 6E 7A 1E A 0 34 C7 12 29
Octal 125 156 172 36 12 0 64 307 22 51
Binary 1010101 1101110 1111010 11110 1010 0 110100 11000111 10010 101001

Color Harmonies of #556E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E7A

Black with #556E7A

Text Example


Text Example

White with #556E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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