Html Css Color HEX #556C7A Bismark

📋 copy color: '#556C7A'

red 85 ◦ green 108 ◦ blue 122

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

Shades of Bismark #556C7A

Tints of Bismark #556C7A

RGB

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

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

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

R = 26.98%
G = 34.29%
B = 38.73%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#556C7A (or 0x556C7A) is known color: Bismark. HEX triplet: 55, 6C and 7A. RGB value is (85,108,122). Sum of RGB (Red+Green+Blue) = 85+108+122=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #556C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C7A is #AA9385. Grayscale: #666666. Windows color (decimal): -11178886 or 8023125. OLE color: 8023125.

HSL color Cylindrical-coordinate representation of color #556C7A: hue angle of 202.7º 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 #556C7A is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 108 122 -
CMYK 0.30 0.11 0 0.52
HSL 202.7º 0.18% 0.41% -
HSV(B) 202.7º 0.3% 0.48% -
XYZ 12.62 14.06 20.46 -
YUV 102.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 85 108 122 0.30 0.11 0 0.52 202.7 0.18 0.41
Hex 55 6C 7A 1E B 0 34 CB 12 29
Octal 125 154 172 36 13 0 64 313 22 51
Binary 1010101 1101100 1111010 11110 1011 0 110100 11001011 10010 101001

Color Harmonies of #556C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C7A

Black with #556C7A

Text Example


Text Example

White with #556C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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