Html Css Color HEX #517AAC Steel Blue

📋 copy color: '#517AAC'

red 81 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #517AAC

Tints of Steel Blue #517AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

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

R = 21.6%
G = 32.53%
B = 45.87%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#517AAC (or 0x517AAC) is known color: Steel Blue. HEX triplet: 51, 7A and AC. RGB value is (81,122,172). Sum of RGB (Red+Green+Blue) = 81+122+172=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #517AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAC is #AE8553. Grayscale: #737373. Windows color (decimal): -11437396 or 11303505. OLE color: 11303505.

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

Color convert

RGB 81 122 172 -
CMYK 0.53 0.29 0 0.33
HSL 212.97º 0.36% 0.5% -
HSV(B) 212.97º 0.53% 0.67% -
XYZ 17.8 18.65 41.69 -
YUV 115.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 81 122 172 0.53 0.29 0 0.33 212.97 0.36 0.5
Hex 51 7A AC 35 1D 0 21 D5 24 32
Octal 121 172 254 65 35 0 41 325 44 62
Binary 1010001 1111010 10101100 110101 11101 0 100001 11010101 100100 110010

Color Harmonies of #517AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AAC

Black with #517AAC

Text Example


Text Example

White with #517AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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