Html Css Color HEX #557AAC Steel Blue

📋 copy color: '#557AAC'

red 85 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #557AAC

Tints of Steel Blue #557AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 22.43%
G = 32.19%
B = 45.38%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557AAC (or 0x557AAC) is known color: Steel Blue. HEX triplet: 55, 7A and AC. RGB value is (85,122,172). Sum of RGB (Red+Green+Blue) = 85+122+172=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #557AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AAC is #AA8553. Grayscale: #747474. Windows color (decimal): -11175252 or 11303509. OLE color: 11303509.

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

Color convert

RGB 85 122 172 -
CMYK 0.51 0.29 0 0.33
HSL 214.48º 0.34% 0.5% -
HSV(B) 214.48º 0.51% 0.67% -
XYZ 18.15 18.83 41.71 -
YUV 116.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 85 122 172 0.51 0.29 0 0.33 214.48 0.34 0.5
Hex 55 7A AC 33 1D 0 21 D6 22 32
Octal 125 172 254 63 35 0 41 326 42 62
Binary 1010101 1111010 10101100 110011 11101 0 100001 11010110 100010 110010

Color Harmonies of #557AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AAC

Black with #557AAC

Text Example


Text Example

White with #557AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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