Html Css Color HEX #557EAE Steel Blue

📋 copy color: '#557EAE'

red 85 ◦ green 126 ◦ blue 174

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

Shades of Steel Blue #557EAE

Tints of Steel Blue #557EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 22.08%
G = 32.73%
B = 45.19%

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

#557EAE (or 0x557EAE) is known color: Steel Blue. HEX triplet: 55, 7E and AE. RGB value is (85,126,174). Sum of RGB (Red+Green+Blue) = 85+126+174=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #557EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EAE is #AA8151. Grayscale: #767676. Windows color (decimal): -11174226 or 11435605. OLE color: 11435605.

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

Color convert

RGB 85 126 174 -
CMYK 0.51 0.28 0 0.32
HSL 212.36º 0.35% 0.51% -
HSV(B) 212.36º 0.51% 0.68% -
XYZ 18.85 19.91 42.89 -
YUV 119.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 85 126 174 0.51 0.28 0 0.32 212.36 0.35 0.51
Hex 55 7E AE 33 1C 0 20 D4 23 33
Octal 125 176 256 63 34 0 40 324 43 63
Binary 1010101 1111110 10101110 110011 11100 0 100000 11010100 100011 110011

Color Harmonies of #557EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EAE

Black with #557EAE

Text Example


Text Example

White with #557EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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