Html Css Color HEX #517BAD Steel Blue

📋 copy color: '#517BAD'

red 81 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #517BAD

Tints of Steel Blue #517BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 21.49%
G = 32.63%
B = 45.89%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#517BAD (or 0x517BAD) is known color: Steel Blue. HEX triplet: 51, 7B and AD. RGB value is (81,123,173). Sum of RGB (Red+Green+Blue) = 81+123+173=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #517BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAD is #AE8452. Grayscale: #737373. Windows color (decimal): -11437139 or 11369297. OLE color: 11369297.

HSL color Cylindrical-coordinate representation of color #517BAD: hue angle of 212.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517BAD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 123 173 -
CMYK 0.53 0.29 0 0.32
HSL 212.61º 0.36% 0.5% -
HSV(B) 212.61º 0.53% 0.68% -
XYZ 18.02 18.93 42.24 -
YUV 116.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 81 123 173 0.53 0.29 0 0.32 212.61 0.36 0.5
Hex 51 7B AD 35 1D 0 20 D5 24 32
Octal 121 173 255 65 35 0 40 325 44 62
Binary 1010001 1111011 10101101 110101 11101 0 100000 11010101 100100 110010

Color Harmonies of #517BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BAD

Black with #517BAD

Text Example


Text Example

White with #517BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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