Html Css Color HEX #557BAE Steel Blue

📋 copy color: '#557BAE'

red 85 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #557BAE

Tints of Steel Blue #557BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 22.25%
G = 32.2%
B = 45.55%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#557BAE (or 0x557BAE) is known color: Steel Blue. HEX triplet: 55, 7B and AE. RGB value is (85,123,174). Sum of RGB (Red+Green+Blue) = 85+123+174=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #557BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAE is #AA8451. Grayscale: #757575. Windows color (decimal): -11174994 or 11434837. OLE color: 11434837.

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

Color convert

RGB 85 123 174 -
CMYK 0.51 0.29 0 0.32
HSL 214.38º 0.35% 0.51% -
HSV(B) 214.38º 0.51% 0.68% -
XYZ 18.47 19.15 42.77 -
YUV 117.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 85 123 174 0.51 0.29 0 0.32 214.38 0.35 0.51
Hex 55 7B AE 33 1D 0 20 D6 23 33
Octal 125 173 256 63 35 0 40 326 43 63
Binary 1010101 1111011 10101110 110011 11101 0 100000 11010110 100011 110011

Color Harmonies of #557BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BAE

Black with #557BAE

Text Example


Text Example

White with #557BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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