Html Css Color HEX #517AAF Steel Blue

📋 copy color: '#517AAF'

red 81 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #517AAF

Tints of Steel Blue #517AAF

RGB

 RED value IS 81 (32.03% from 255) = 21.43%

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 21.43%
G = 32.28%
B = 46.3%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#517AAF (or 0x517AAF) is known color: Steel Blue. HEX triplet: 51, 7A and AF. RGB value is (81,122,175). Sum of RGB (Red+Green+Blue) = 81+122+175=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #517AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAF is #AE8550. Grayscale: #737373. Windows color (decimal): -11437393 or 11500113. OLE color: 11500113.

HSL color Cylindrical-coordinate representation of color #517AAF: hue angle of 213.83º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517AAF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 122 175 -
CMYK 0.54 0.30 0 0.31
HSL 213.83º 0.37% 0.5% -
HSV(B) 213.83º 0.54% 0.69% -
XYZ 18.09 18.76 43.23 -
YUV 115.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 81 122 175 0.54 0.30 0 0.31 213.83 0.37 0.5
Hex 51 7A AF 36 1E 0 1F D6 25 32
Octal 121 172 257 66 36 0 37 326 45 62
Binary 1010001 1111010 10101111 110110 11110 0 11111 11010110 100101 110010

Color Harmonies of #517AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AAF

Black with #517AAF

Text Example


Text Example

White with #517AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517AAF; }

 p { color: rgb(81,122,175); }

 H1.HeaderClassName
 {
   color: #517AAF;
 }
 .AnyTagClassName
 {
   color: #517AAF;
 }
</style>

background-color css

<style>
 a { background-color: #517AAF; }

 a { background-color: rgb(81,122,175); }

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

border-color css

<style>
 span { border-color: #517AAF; }

 span { border-color: rgb(81,122,175); }

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