#557CAD

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

Shades of Steel Blue #557CAD

Tints of Steel Blue #557CAD

Color information

#557CAD (or 0x557CAD) is unknown color: approx Steel Blue. HEX triplet: 55, 7C and AD. RGB value is (85,124,173). Sum of RGB (Red+Green+Blue) = 85+124+173=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #557CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAD is #AA8352. Grayscale: #757575. Windows color (decimal): -11174739 or 11369557. OLE color: 11369557.

HSL color Cylindrical-coordinate representation of color #557CAD: hue angle of 213.41º 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 #557CAD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85124173-
CMYK0.510.2800.32
HSL213.41º34.92%50.59%-
HSV(B)213.41º50.87%67.84%-
XYZ18.519.3642.3-
YUV117.93159.08104.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=22.25%
G=32.46%
B=45.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851241730.510.2800.32213.4134.9250.59
Hex557CAD331C020d52333
Octal12517425563340403254363
Binary101010111111001010110111001111100010000011010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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