Html Css Color HEX #517CA7 Steel Blue

📋 copy color: '#517CA7'

red 81 ◦ green 124 ◦ blue 167

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

Shades of Steel Blue #517CA7

Tints of Steel Blue #517CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 167 (65.63% from 255) = 44.89%

R = 21.77%
G = 33.33%
B = 44.89%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#517CA7 (or 0x517CA7) is known color: Steel Blue. HEX triplet: 51, 7C and A7. RGB value is (81,124,167). Sum of RGB (Red+Green+Blue) = 81+124+167=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #517CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CA7 is #AE8358. Grayscale: #737373. Windows color (decimal): -11436889 or 10976337. OLE color: 10976337.

HSL color Cylindrical-coordinate representation of color #517CA7: hue angle of 210º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517CA7 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 124 167 -
CMYK 0.51 0.26 0 0.35
HSL 210º 0.35% 0.49% -
HSV(B) 210º 0.51% 0.65% -
XYZ 17.58 18.95 39.29 -
YUV 116.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 81 124 167 0.51 0.26 0 0.35 210 0.35 0.49
Hex 51 7C A7 33 1A 0 23 D2 23 31
Octal 121 174 247 63 32 0 43 322 43 61
Binary 1010001 1111100 10100111 110011 11010 0 100011 11010010 100011 110001

Color Harmonies of #517CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CA7

Black with #517CA7

Text Example


Text Example

White with #517CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,167); }

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

background-color css

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

 a { background-color: rgb(81,124,167); }

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

border-color css

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

 span { border-color: rgb(81,124,167); }

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