Html Css Color HEX #557DAF Steel Blue

📋 copy color: '#557DAF'

red 85 ◦ green 125 ◦ blue 175

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

Shades of Steel Blue #557DAF

Tints of Steel Blue #557DAF

RGB

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

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

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

R = 22.08%
G = 32.47%
B = 45.45%

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

#557DAF (or 0x557DAF) is known color: Steel Blue. HEX triplet: 55, 7D and AF. RGB value is (85,125,175). Sum of RGB (Red+Green+Blue) = 85+125+175=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #557DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAF is #AA8250. Grayscale: #767676. Windows color (decimal): -11174481 or 11500885. OLE color: 11500885.

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

Color convert

RGB 85 125 175 -
CMYK 0.51 0.29 0 0.31
HSL 213.33º 0.36% 0.51% -
HSV(B) 213.33º 0.51% 0.69% -
XYZ 18.82 19.69 43.37 -
YUV 118.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 85 125 175 0.51 0.29 0 0.31 213.33 0.36 0.51
Hex 55 7D AF 33 1D 0 1F D5 24 33
Octal 125 175 257 63 35 0 37 325 44 63
Binary 1010101 1111101 10101111 110011 11101 0 11111 11010101 100100 110011

Color Harmonies of #557DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DAF

Black with #557DAF

Text Example


Text Example

White with #557DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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