#517CB2

Color #517CB2 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #517CB2

Tints of Steel Blue #517CB2

Color information

#517CB2 (or 0x517CB2) is unknown color: approx Steel Blue. HEX triplet: 51, 7C and B2. RGB value is (81,124,178). Sum of RGB (Red+Green+Blue) = 81+124+178=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #517CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CB2 is #AE834D. Grayscale: #757575. Windows color (decimal): -11436878 or 11697233. OLE color: 11697233.

HSL color Cylindrical-coordinate representation of color #517CB2: hue angle of 213.4º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517CB2 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81124178-
CMYK0.540.3000.30
HSL213.4º38.65%50.78%-
HSV(B)213.4º54.49%69.8%-
XYZ18.6419.3844.88-
YUV117.3162.25102.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 178 (69.92% from 255) = 46.48%
R=21.15%
G=32.38%
B=46.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811241780.540.3000.30213.438.6550.78
Hex517CB2361E01Ed52733
Octal12117426266360363254763
Binary10100011111100101100101101101111001111011010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #517CB2;
 }
 .AnyTagClassName
 {
   color: #517CB2;
 }
</style>
background-color css

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

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

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

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

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

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