Html Css Color HEX #557EAD Steel Blue

📋 copy color: '#557EAD'

red 85 ◦ green 126 ◦ blue 173

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

Shades of Steel Blue #557EAD

Tints of Steel Blue #557EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 22.14%
G = 32.81%
B = 45.05%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#557EAD (or 0x557EAD) is known color: Steel Blue. HEX triplet: 55, 7E and AD. RGB value is (85,126,173). Sum of RGB (Red+Green+Blue) = 85+126+173=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #557EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EAD is #AA8152. Grayscale: #767676. Windows color (decimal): -11174227 or 11370069. OLE color: 11370069.

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

Color convert

RGB 85 126 173 -
CMYK 0.51 0.27 0 0.32
HSL 212.05º 0.35% 0.51% -
HSV(B) 212.05º 0.51% 0.68% -
XYZ 18.75 19.87 42.38 -
YUV 119.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 85 126 173 0.51 0.27 0 0.32 212.05 0.35 0.51
Hex 55 7E AD 33 1B 0 20 D4 23 33
Octal 125 176 255 63 33 0 40 324 43 63
Binary 1010101 1111110 10101101 110011 11011 0 100000 11010100 100011 110011

Color Harmonies of #557EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EAD

Black with #557EAD

Text Example


Text Example

White with #557EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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