Html Css Color HEX #557CAF Steel Blue

📋 copy color: '#557CAF'

red 85 ◦ green 124 ◦ blue 175

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

Shades of Steel Blue #557CAF

Tints of Steel Blue #557CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 22.14%
G = 32.29%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#557CAF (or 0x557CAF) is known color: Steel Blue. HEX triplet: 55, 7C and AF. RGB value is (85,124,175). Sum of RGB (Red+Green+Blue) = 85+124+175=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #557CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAF is #AA8350. Grayscale: #757575. Windows color (decimal): -11174737 or 11500629. OLE color: 11500629.

HSL color Cylindrical-coordinate representation of color #557CAF: hue angle of 214º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557CAF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 124 175 -
CMYK 0.51 0.29 0 0.31
HSL 214º 0.36% 0.51% -
HSV(B) 214º 0.51% 0.69% -
XYZ 18.69 19.44 43.32 -
YUV 118.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 85 124 175 0.51 0.29 0 0.31 214 0.36 0.51
Hex 55 7C AF 33 1D 0 1F D6 24 33
Octal 125 174 257 63 35 0 37 326 44 63
Binary 1010101 1111100 10101111 110011 11101 0 11111 11010110 100100 110011

Color Harmonies of #557CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CAF

Black with #557CAF

Text Example


Text Example

White with #557CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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