Html Css Color HEX #517CAC Steel Blue

📋 copy color: '#517CAC'

red 81 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #517CAC

Tints of Steel Blue #517CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 21.49%
G = 32.89%
B = 45.62%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#517CAC (or 0x517CAC) is known color: Steel Blue. HEX triplet: 51, 7C and AC. RGB value is (81,124,172). Sum of RGB (Red+Green+Blue) = 81+124+172=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #517CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CAC is #AE8353. Grayscale: #747474. Windows color (decimal): -11436884 or 11304017. OLE color: 11304017.

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

Color convert

RGB 81 124 172 -
CMYK 0.53 0.28 0 0.33
HSL 211.65º 0.36% 0.5% -
HSV(B) 211.65º 0.53% 0.67% -
XYZ 18.05 19.14 41.77 -
YUV 116.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 81 124 172 0.53 0.28 0 0.33 211.65 0.36 0.5
Hex 51 7C AC 35 1C 0 21 D4 24 32
Octal 121 174 254 65 34 0 41 324 44 62
Binary 1010001 1111100 10101100 110101 11100 0 100001 11010100 100100 110010

Color Harmonies of #517CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CAC

Black with #517CAC

Text Example


Text Example

White with #517CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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