Html Css Color HEX #556F7D Bismark

📋 copy color: '#556F7D'

red 85 ◦ green 111 ◦ blue 125

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

Shades of Bismark #556F7D

Tints of Bismark #556F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 26.48%
G = 34.58%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#556F7D (or 0x556F7D) is known color: Bismark. HEX triplet: 55, 6F and 7D. RGB value is (85,111,125). Sum of RGB (Red+Green+Blue) = 85+111+125=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #556F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7D is #AA9082. Grayscale: #686868. Windows color (decimal): -11178115 or 8220501. OLE color: 8220501.

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

Color convert

RGB 85 111 125 -
CMYK 0.32 0.11 0 0.51
HSL 201º 0.19% 0.41% -
HSV(B) 201º 0.32% 0.49% -
XYZ 13.13 14.78 21.56 -
YUV 104.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 85 111 125 0.32 0.11 0 0.51 201 0.19 0.41
Hex 55 6F 7D 20 B 0 33 C9 13 29
Octal 125 157 175 40 13 0 63 311 23 51
Binary 1010101 1101111 1111101 100000 1011 0 110011 11001001 10011 101001

Color Harmonies of #556F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F7D

Black with #556F7D

Text Example


Text Example

White with #556F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,125); }

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

background-color css

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

 a { background-color: rgb(85,111,125); }

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

border-color css

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

 span { border-color: rgb(85,111,125); }

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