Html Css Color HEX #557DAC Steel Blue

📋 copy color: '#557DAC'

red 85 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #557DAC

Tints of Steel Blue #557DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 22.25%
G = 32.72%
B = 45.03%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557DAC (or 0x557DAC) is known color: Steel Blue. HEX triplet: 55, 7D and AC. RGB value is (85,125,172). Sum of RGB (Red+Green+Blue) = 85+125+172=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #557DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAC is #AA8253. Grayscale: #767676. Windows color (decimal): -11174484 or 11304277. OLE color: 11304277.

HSL color Cylindrical-coordinate representation of color #557DAC: hue angle of 212.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557DAC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 125 172 -
CMYK 0.51 0.27 0 0.33
HSL 212.41º 0.34% 0.5% -
HSV(B) 212.41º 0.51% 0.67% -
XYZ 18.53 19.58 41.83 -
YUV 118.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 85 125 172 0.51 0.27 0 0.33 212.41 0.34 0.5
Hex 55 7D AC 33 1B 0 21 D4 22 32
Octal 125 175 254 63 33 0 41 324 42 62
Binary 1010101 1111101 10101100 110011 11011 0 100001 11010100 100010 110010

Color Harmonies of #557DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DAC

Black with #557DAC

Text Example


Text Example

White with #557DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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