Html Css Color HEX #517DAE Steel Blue

📋 copy color: '#517DAE'

red 81 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #517DAE

Tints of Steel Blue #517DAE

RGB

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

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

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

R = 21.32%
G = 32.89%
B = 45.79%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#517DAE (or 0x517DAE) is known color: Steel Blue. HEX triplet: 51, 7D and AE. RGB value is (81,125,174). Sum of RGB (Red+Green+Blue) = 81+125+174=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #517DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DAE is #AE8251. Grayscale: #757575. Windows color (decimal): -11436626 or 11435345. OLE color: 11435345.

HSL color Cylindrical-coordinate representation of color #517DAE: hue angle of 211.61º 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 #517DAE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 125 174 -
CMYK 0.53 0.28 0 0.32
HSL 211.61º 0.36% 0.5% -
HSV(B) 211.61º 0.53% 0.68% -
XYZ 18.37 19.47 42.83 -
YUV 117.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 81 125 174 0.53 0.28 0 0.32 211.61 0.36 0.5
Hex 51 7D AE 35 1C 0 20 D4 24 32
Octal 121 175 256 65 34 0 40 324 44 62
Binary 1010001 1111101 10101110 110101 11100 0 100000 11010100 100100 110010

Color Harmonies of #517DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DAE

Black with #517DAE

Text Example


Text Example

White with #517DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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