Html Css Color HEX #557DAD Steel Blue

📋 copy color: '#557DAD'

red 85 ◦ green 125 ◦ blue 173

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

Shades of Steel Blue #557DAD

Tints of Steel Blue #557DAD

RGB

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

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

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

R = 22.19%
G = 32.64%
B = 45.17%

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

#557DAD (or 0x557DAD) is known color: Steel Blue. HEX triplet: 55, 7D and AD. RGB value is (85,125,173). Sum of RGB (Red+Green+Blue) = 85+125+173=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #557DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAD is #AA8252. Grayscale: #767676. Windows color (decimal): -11174483 or 11369813. OLE color: 11369813.

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

Color convert

RGB 85 125 173 -
CMYK 0.51 0.28 0 0.32
HSL 212.73º 0.35% 0.51% -
HSV(B) 212.73º 0.51% 0.68% -
XYZ 18.62 19.62 42.34 -
YUV 118.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 85 125 173 0.51 0.28 0 0.32 212.73 0.35 0.51
Hex 55 7D AD 33 1C 0 20 D5 23 33
Octal 125 175 255 63 34 0 40 325 43 63
Binary 1010101 1111101 10101101 110011 11100 0 100000 11010101 100011 110011

Color Harmonies of #557DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DAD

Black with #557DAD

Text Example


Text Example

White with #557DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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