Html Css Color HEX #517AAE Steel Blue

📋 copy color: '#517AAE'

red 81 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #517AAE

Tints of Steel Blue #517AAE

RGB

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

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

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

R = 21.49%
G = 32.36%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#517AAE (or 0x517AAE) is known color: Steel Blue. HEX triplet: 51, 7A and AE. RGB value is (81,122,174). Sum of RGB (Red+Green+Blue) = 81+122+174=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #517AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAE is #AE8551. Grayscale: #737373. Windows color (decimal): -11437394 or 11434577. OLE color: 11434577.

HSL color Cylindrical-coordinate representation of color #517AAE: hue angle of 213.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517AAE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 122 174 -
CMYK 0.53 0.30 0 0.32
HSL 213.55º 0.36% 0.5% -
HSV(B) 213.55º 0.53% 0.68% -
XYZ 17.99 18.72 42.71 -
YUV 115.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 81 122 174 0.53 0.30 0 0.32 213.55 0.36 0.5
Hex 51 7A AE 35 1E 0 20 D6 24 32
Octal 121 172 256 65 36 0 40 326 44 62
Binary 1010001 1111010 10101110 110101 11110 0 100000 11010110 100100 110010

Color Harmonies of #517AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AAE

Black with #517AAE

Text Example


Text Example

White with #517AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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