Html Css Color HEX #517AAA Steel Blue

📋 copy color: '#517AAA'

red 81 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #517AAA

Tints of Steel Blue #517AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 21.72%
G = 32.71%
B = 45.58%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#517AAA (or 0x517AAA) is known color: Steel Blue. HEX triplet: 51, 7A and AA. RGB value is (81,122,170). Sum of RGB (Red+Green+Blue) = 81+122+170=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #517AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAA is #AE8555. Grayscale: #727272. Windows color (decimal): -11437398 or 11172433. OLE color: 11172433.

HSL color Cylindrical-coordinate representation of color #517AAA: hue angle of 212.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #517AAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 122 170 -
CMYK 0.52 0.28 0 0.33
HSL 212.36º 0.35% 0.49% -
HSV(B) 212.36º 0.52% 0.67% -
XYZ 17.61 18.57 40.69 -
YUV 115.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 81 122 170 0.52 0.28 0 0.33 212.36 0.35 0.49
Hex 51 7A AA 34 1C 0 21 D4 23 31
Octal 121 172 252 64 34 0 41 324 43 61
Binary 1010001 1111010 10101010 110100 11100 0 100001 11010100 100011 110001

Color Harmonies of #517AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AAA

Black with #517AAA

Text Example


Text Example

White with #517AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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