Html Css Color HEX #517EAC Steel Blue

📋 copy color: '#517EAC'

red 81 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #517EAC

Tints of Steel Blue #517EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 21.37%
G = 33.25%
B = 45.38%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#517EAC (or 0x517EAC) is known color: Steel Blue. HEX triplet: 51, 7E and AC. RGB value is (81,126,172). Sum of RGB (Red+Green+Blue) = 81+126+172=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #517EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EAC is #AE8153. Grayscale: #757575. Windows color (decimal): -11436372 or 11304529. OLE color: 11304529.

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

Color convert

RGB 81 126 172 -
CMYK 0.53 0.27 0 0.33
HSL 210.33º 0.36% 0.5% -
HSV(B) 210.33º 0.53% 0.67% -
XYZ 18.3 19.65 41.86 -
YUV 117.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 81 126 172 0.53 0.27 0 0.33 210.33 0.36 0.5
Hex 51 7E AC 35 1B 0 21 D2 24 32
Octal 121 176 254 65 33 0 41 322 44 62
Binary 1010001 1111110 10101100 110101 11011 0 100001 11010010 100100 110010

Color Harmonies of #517EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EAC

Black with #517EAC

Text Example


Text Example

White with #517EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,172); }

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

background-color css

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

 a { background-color: rgb(81,126,172); }

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

border-color css

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

 span { border-color: rgb(81,126,172); }

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