Html Css Color HEX #517CA5 Steel Blue

📋 copy color: '#517CA5'

red 81 ◦ green 124 ◦ blue 165

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

Shades of Steel Blue #517CA5

Tints of Steel Blue #517CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 21.89%
G = 33.51%
B = 44.59%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#517CA5 (or 0x517CA5) is known color: Steel Blue. HEX triplet: 51, 7C and A5. RGB value is (81,124,165). Sum of RGB (Red+Green+Blue) = 81+124+165=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #517CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CA5 is #AE835A. Grayscale: #737373. Windows color (decimal): -11436891 or 10845265. OLE color: 10845265.

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

Color convert

RGB 81 124 165 -
CMYK 0.51 0.25 0 0.35
HSL 209.29º 0.34% 0.48% -
HSV(B) 209.29º 0.51% 0.65% -
XYZ 17.39 18.88 38.33 -
YUV 115.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 81 124 165 0.51 0.25 0 0.35 209.29 0.34 0.48
Hex 51 7C A5 33 19 0 23 D1 22 30
Octal 121 174 245 63 31 0 43 321 42 60
Binary 1010001 1111100 10100101 110011 11001 0 100011 11010001 100010 110000

Color Harmonies of #517CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CA5

Black with #517CA5

Text Example


Text Example

White with #517CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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