#557BAD

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

Shades of Steel Blue #557BAD

Tints of Steel Blue #557BAD

Color information

#557BAD (or 0x557BAD) is unknown color: approx Steel Blue. HEX triplet: 55, 7B and AD. RGB value is (85,123,173). Sum of RGB (Red+Green+Blue) = 85+123+173=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #557BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAD is #AA8452. Grayscale: #757575. Windows color (decimal): -11174995 or 11369301. OLE color: 11369301.

HSL color Cylindrical-coordinate representation of color #557BAD: hue angle of 214.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557BAD is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85123173-
CMYK0.510.2900.32
HSL214.09º34.92%50.59%-
HSV(B)214.09º50.87%67.84%-
XYZ18.3719.1142.26-
YUV117.34159.41104.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=22.31%
G=32.28%
B=45.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851231730.510.2900.32214.0934.9250.59
Hex557BAD331D020d62333
Octal12517325563350403264363
Binary101010111110111010110111001111101010000011010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557BAD; }

 p { color: rgb(85,123,173); }

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

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

 a { background-color: rgb(85,123,173); }

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

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

 span { border-color: rgb(85,123,173); }

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