Html Css Color HEX #517BAB Steel Blue

📋 copy color: '#517BAB'

red 81 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #517BAB

Tints of Steel Blue #517BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 21.6%
G = 32.8%
B = 45.6%

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

#517BAB (or 0x517BAB) is known color: Steel Blue. HEX triplet: 51, 7B and AB. RGB value is (81,123,171). Sum of RGB (Red+Green+Blue) = 81+123+171=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #517BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAB is #AE8454. Grayscale: #737373. Windows color (decimal): -11437141 or 11238225. OLE color: 11238225.

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

Color convert

RGB 81 123 171 -
CMYK 0.53 0.28 0 0.33
HSL 212º 0.36% 0.49% -
HSV(B) 212º 0.53% 0.67% -
XYZ 17.83 18.86 41.23 -
YUV 115.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 81 123 171 0.53 0.28 0 0.33 212 0.36 0.49
Hex 51 7B AB 35 1C 0 21 D4 24 31
Octal 121 173 253 65 34 0 41 324 44 61
Binary 1010001 1111011 10101011 110101 11100 0 100001 11010100 100100 110001

Color Harmonies of #517BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BAB

Black with #517BAB

Text Example


Text Example

White with #517BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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