Html Css Color HEX #557FAF Steel Blue

📋 copy color: '#557FAF'

red 85 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #557FAF

Tints of Steel Blue #557FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 21.96%
G = 32.82%
B = 45.22%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#557FAF (or 0x557FAF) is known color: Steel Blue. HEX triplet: 55, 7F and AF. RGB value is (85,127,175). Sum of RGB (Red+Green+Blue) = 85+127+175=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #557FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FAF is #AA8050. Grayscale: #777777. Windows color (decimal): -11173969 or 11501397. OLE color: 11501397.

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

Color convert

RGB 85 127 175 -
CMYK 0.51 0.27 0 0.31
HSL 212º 0.36% 0.51% -
HSV(B) 212º 0.51% 0.69% -
XYZ 19.07 20.21 43.45 -
YUV 119.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 85 127 175 0.51 0.27 0 0.31 212 0.36 0.51
Hex 55 7F AF 33 1B 0 1F D4 24 33
Octal 125 177 257 63 33 0 37 324 44 63
Binary 1010101 1111111 10101111 110011 11011 0 11111 11010100 100100 110011

Color Harmonies of #557FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FAF

Black with #557FAF

Text Example


Text Example

White with #557FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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