Html Css Color HEX #517BAE Steel Blue

📋 copy color: '#517BAE'

red 81 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #517BAE

Tints of Steel Blue #517BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 21.43%
G = 32.54%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#517BAE (or 0x517BAE) is known color: Steel Blue. HEX triplet: 51, 7B and AE. RGB value is (81,123,174). Sum of RGB (Red+Green+Blue) = 81+123+174=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #517BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAE is #AE8451. Grayscale: #747474. Windows color (decimal): -11437138 or 11434833. OLE color: 11434833.

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

Color convert

RGB 81 123 174 -
CMYK 0.53 0.29 0 0.32
HSL 212.9º 0.36% 0.5% -
HSV(B) 212.9º 0.53% 0.68% -
XYZ 18.12 18.97 42.75 -
YUV 116.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 81 123 174 0.53 0.29 0 0.32 212.9 0.36 0.5
Hex 51 7B AE 35 1D 0 20 D5 24 32
Octal 121 173 256 65 35 0 40 325 44 62
Binary 1010001 1111011 10101110 110101 11101 0 100000 11010101 100100 110010

Color Harmonies of #517BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BAE

Black with #517BAE

Text Example


Text Example

White with #517BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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