Html Css Color HEX #557DAE Steel Blue

📋 copy color: '#557DAE'

red 85 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #557DAE

Tints of Steel Blue #557DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 22.14%
G = 32.55%
B = 45.31%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#557DAE (or 0x557DAE) is known color: Steel Blue. HEX triplet: 55, 7D and AE. RGB value is (85,125,174). Sum of RGB (Red+Green+Blue) = 85+125+174=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #557DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAE is #AA8251. Grayscale: #767676. Windows color (decimal): -11174482 or 11435349. OLE color: 11435349.

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

Color convert

RGB 85 125 174 -
CMYK 0.51 0.28 0 0.32
HSL 213.03º 0.35% 0.51% -
HSV(B) 213.03º 0.51% 0.68% -
XYZ 18.72 19.65 42.85 -
YUV 118.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 85 125 174 0.51 0.28 0 0.32 213.03 0.35 0.51
Hex 55 7D AE 33 1C 0 20 D5 23 33
Octal 125 175 256 63 34 0 40 325 43 63
Binary 1010101 1111101 10101110 110011 11100 0 100000 11010101 100011 110011

Color Harmonies of #557DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DAE

Black with #557DAE

Text Example


Text Example

White with #557DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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