Html Css Color HEX #517DAC Steel Blue

📋 copy color: '#517DAC'

red 81 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #517DAC

Tints of Steel Blue #517DAC

RGB

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

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

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

R = 21.43%
G = 33.07%
B = 45.5%

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

#517DAC (or 0x517DAC) is known color: Steel Blue. HEX triplet: 51, 7D and AC. RGB value is (81,125,172). Sum of RGB (Red+Green+Blue) = 81+125+172=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #517DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DAC is #AE8253. Grayscale: #747474. Windows color (decimal): -11436628 or 11304273. OLE color: 11304273.

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

Color convert

RGB 81 125 172 -
CMYK 0.53 0.27 0 0.33
HSL 210.99º 0.36% 0.5% -
HSV(B) 210.99º 0.53% 0.67% -
XYZ 18.17 19.4 41.82 -
YUV 117.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 81 125 172 0.53 0.27 0 0.33 210.99 0.36 0.5
Hex 51 7D AC 35 1B 0 21 D3 24 32
Octal 121 175 254 65 33 0 41 323 44 62
Binary 1010001 1111101 10101100 110101 11011 0 100001 11010011 100100 110010

Color Harmonies of #517DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DAC

Black with #517DAC

Text Example


Text Example

White with #517DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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