Html Css Color HEX #557CAC Steel Blue

📋 copy color: '#557CAC'

red 85 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #557CAC

Tints of Steel Blue #557CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

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

R = 22.31%
G = 32.55%
B = 45.14%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557CAC (or 0x557CAC) is known color: Steel Blue. HEX triplet: 55, 7C and AC. RGB value is (85,124,172). Sum of RGB (Red+Green+Blue) = 85+124+172=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #557CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAC is #AA8353. Grayscale: #757575. Windows color (decimal): -11174740 or 11304021. OLE color: 11304021.

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

Color convert

RGB 85 124 172 -
CMYK 0.51 0.28 0 0.33
HSL 213.1º 0.34% 0.5% -
HSV(B) 213.1º 0.51% 0.67% -
XYZ 18.4 19.33 41.79 -
YUV 117.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 85 124 172 0.51 0.28 0 0.33 213.1 0.34 0.5
Hex 55 7C AC 33 1C 0 21 D5 22 32
Octal 125 174 254 63 34 0 41 325 42 62
Binary 1010101 1111100 10101100 110011 11100 0 100001 11010101 100010 110010

Color Harmonies of #557CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CAC

Black with #557CAC

Text Example


Text Example

White with #557CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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