#517DB1

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

Shades of Steel Blue #517DB1

Tints of Steel Blue #517DB1

Color information

#517DB1 (or 0x517DB1) is unknown color: approx Steel Blue. HEX triplet: 51, 7D and B1. RGB value is (81,125,177). Sum of RGB (Red+Green+Blue) = 81+125+177=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #517DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DB1 is #AE824E. Grayscale: #757575. Windows color (decimal): -11436623 or 11631953. OLE color: 11631953.

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

Color convert

RGB81125177-
CMYK0.540.2900.31
HSL212.5º38.1%50.59%-
HSV(B)212.5º54.24%69.41%-
XYZ18.6619.5944.39-
YUV117.77161.42101.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=21.15%
G=32.64%
B=46.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811251770.540.2900.31212.538.150.59
Hex517DB1361D01Fd42633
Octal12117526166350373244663
Binary10100011111101101100011101101110101111111010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,125,177); }

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

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

 a { background-color: rgb(81,125,177); }

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

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

 span { border-color: rgb(81,125,177); }

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