Html Css Color HEX #557077 Bismark

📋 copy color: '#557077'

red 85 ◦ green 112 ◦ blue 119

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

Shades of Bismark #557077

Tints of Bismark #557077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 26.9%
G = 35.44%
B = 37.66%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557077 (or 0x557077) is known color: Bismark. HEX triplet: 55, 70 and 77. RGB value is (85,112,119). Sum of RGB (Red+Green+Blue) = 85+112+119=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #557077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557077 is #AA8F88. Grayscale: #686868. Windows color (decimal): -11177865 or 7827541. OLE color: 7827541.

HSL color Cylindrical-coordinate representation of color #557077: hue angle of 192.35º 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 #557077 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 112 119 -
CMYK 0.29 0.06 0 0.53
HSL 192.35º 0.17% 0.4% -
HSV(B) 192.35º 0.29% 0.47% -
XYZ 12.87 14.85 19.64 -
YUV 104.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 85 112 119 0.29 0.06 0 0.53 192.35 0.17 0.4
Hex 55 70 77 1D 6 0 35 C0 11 28
Octal 125 160 167 35 6 0 65 300 21 50
Binary 1010101 1110000 1110111 11101 110 0 110101 11000000 10001 101000

Color Harmonies of #557077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557077

Black with #557077

Text Example


Text Example

White with #557077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557077; }

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

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

background-color css

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

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

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

border-color css

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

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

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