Html Css Color HEX #517BAF Steel Blue

📋 copy color: '#517BAF'

red 81 ◦ green 123 ◦ blue 175

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

Shades of Steel Blue #517BAF

Tints of Steel Blue #517BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 21.37%
G = 32.45%
B = 46.17%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#517BAF (or 0x517BAF) is known color: Steel Blue. HEX triplet: 51, 7B and AF. RGB value is (81,123,175). Sum of RGB (Red+Green+Blue) = 81+123+175=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #517BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAF is #AE8450. Grayscale: #747474. Windows color (decimal): -11437137 or 11500369. OLE color: 11500369.

HSL color Cylindrical-coordinate representation of color #517BAF: hue angle of 213.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517BAF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 123 175 -
CMYK 0.54 0.30 0 0.31
HSL 213.19º 0.37% 0.5% -
HSV(B) 213.19º 0.54% 0.69% -
XYZ 18.21 19.01 43.27 -
YUV 116.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 81 123 175 0.54 0.30 0 0.31 213.19 0.37 0.5
Hex 51 7B AF 36 1E 0 1F D5 25 32
Octal 121 173 257 66 36 0 37 325 45 62
Binary 1010001 1111011 10101111 110110 11110 0 11111 11010101 100101 110010

Color Harmonies of #517BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BAF

Black with #517BAF

Text Example


Text Example

White with #517BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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