Html Css Color HEX #517BAC Steel Blue

📋 copy color: '#517BAC'

red 81 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #517BAC

Tints of Steel Blue #517BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 21.54%
G = 32.71%
B = 45.74%

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

#517BAC (or 0x517BAC) is known color: Steel Blue. HEX triplet: 51, 7B and AC. RGB value is (81,123,172). Sum of RGB (Red+Green+Blue) = 81+123+172=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #517BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAC is #AE8453. Grayscale: #737373. Windows color (decimal): -11437140 or 11303761. OLE color: 11303761.

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

Color convert

RGB 81 123 172 -
CMYK 0.53 0.28 0 0.33
HSL 212.31º 0.36% 0.5% -
HSV(B) 212.31º 0.53% 0.67% -
XYZ 17.92 18.89 41.73 -
YUV 116.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 81 123 172 0.53 0.28 0 0.33 212.31 0.36 0.5
Hex 51 7B AC 35 1C 0 21 D4 24 32
Octal 121 173 254 65 34 0 41 324 44 62
Binary 1010001 1111011 10101100 110101 11100 0 100001 11010100 100100 110010

Color Harmonies of #517BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BAC

Black with #517BAC

Text Example


Text Example

White with #517BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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