#5077b2

Color #5077B2 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #5077B2

Tints of Steel Blue #5077B2

Color information

#5077B2 (or 0x5077B2) is unknown color: approx Steel Blue. HEX triplet: 50, 77 and B2. RGB value is (80,119,178). Sum of RGB (Red+Green+Blue) = 80+119+178=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #5077B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5077B2 is #AF884D. Grayscale: #717171. Windows color (decimal): -11503694 or 11695952. OLE color: 11695952.

HSL color Cylindrical-coordinate representation of color #5077B2: hue angle of 216.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5077B2 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80119178-
CMYK0.550.3300.30
HSL216.12º38.89%50.59%-
HSV(B)216.12º55.06%69.8%-
XYZ17.9418.1144.67-
YUV114.06164.08103.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 178 (69.92% from 255) = 47.21%
R=21.22%
G=31.56%
B=47.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801191780.550.3300.30216.1238.8950.59
Hex5077B2372101Ed82733
Octal12016726267410363304763
Binary101000011101111011001011011110000101111011011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5077b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5077b2; }

 p { color: rgb(80,119,178); }

 H1.HeaderClassName
 {
   color: #5077b2;
 }
 .AnyTagClassName
 {
   color: #5077b2;
 }
</style>
background-color css

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

 a { background-color: rgb(80,119,178); }

 div.DivClassName
 {
   background-color: #5077b2;
 }
 .BgClassName
 {
   background-color: #5077b2;
 }
</style>
border-color css

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

 span { border-color: rgb(80,119,178); }

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