Html Css Color HEX #557CAE Steel Blue

📋 copy color: '#557CAE'

red 85 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #557CAE

Tints of Steel Blue #557CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 22.19%
G = 32.38%
B = 45.43%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#557CAE (or 0x557CAE) is known color: Steel Blue. HEX triplet: 55, 7C and AE. RGB value is (85,124,174). Sum of RGB (Red+Green+Blue) = 85+124+174=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #557CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAE is #AA8351. Grayscale: #757575. Windows color (decimal): -11174738 or 11435093. OLE color: 11435093.

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

Color convert

RGB 85 124 174 -
CMYK 0.51 0.29 0 0.32
HSL 213.71º 0.35% 0.51% -
HSV(B) 213.71º 0.51% 0.68% -
XYZ 18.59 19.4 42.81 -
YUV 118.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 85 124 174 0.51 0.29 0 0.32 213.71 0.35 0.51
Hex 55 7C AE 33 1D 0 20 D6 23 33
Octal 125 174 256 63 35 0 40 326 43 63
Binary 1010101 1111100 10101110 110011 11101 0 100000 11010110 100011 110011

Color Harmonies of #557CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CAE

Black with #557CAE

Text Example


Text Example

White with #557CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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