Html Css Color HEX #556F77 Bismark

📋 copy color: '#556F77'

red 85 ◦ green 111 ◦ blue 119

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

Shades of Bismark #556F77

Tints of Bismark #556F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 26.98%
G = 35.24%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556F77 (or 0x556F77) is known color: Bismark. HEX triplet: 55, 6F and 77. RGB value is (85,111,119). Sum of RGB (Red+Green+Blue) = 85+111+119=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #556F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F77 is #AA9088. Grayscale: #686868. Windows color (decimal): -11178121 or 7827285. OLE color: 7827285.

HSL color Cylindrical-coordinate representation of color #556F77: hue angle of 194.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556F77 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 111 119 -
CMYK 0.29 0.07 0 0.53
HSL 194.12º 0.17% 0.4% -
HSV(B) 194.12º 0.29% 0.47% -
XYZ 12.76 14.63 19.6 -
YUV 104.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 85 111 119 0.29 0.07 0 0.53 194.12 0.17 0.4
Hex 55 6F 77 1D 7 0 35 C2 11 28
Octal 125 157 167 35 7 0 65 302 21 50
Binary 1010101 1101111 1110111 11101 111 0 110101 11000010 10001 101000

Color Harmonies of #556F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F77

Black with #556F77

Text Example


Text Example

White with #556F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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