#517BB2

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

Shades of Steel Blue #517BB2

Tints of Steel Blue #517BB2

Color information

#517BB2 (or 0x517BB2) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and B2. RGB value is (81,123,178). Sum of RGB (Red+Green+Blue) = 81+123+178=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #517BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BB2 is #AE844D. Grayscale: #747474. Windows color (decimal): -11437134 or 11696977. OLE color: 11696977.

HSL color Cylindrical-coordinate representation of color #517BB2: hue angle of 214.02º 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 #517BB2 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81123178-
CMYK0.540.3100.30
HSL214.02º38.65%50.78%-
HSV(B)214.02º54.49%69.8%-
XYZ18.5119.1344.84-
YUV116.71162.59102.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 178 (69.92% from 255) = 46.60%
R=21.20%
G=32.20%
B=46.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811231780.540.3100.30214.0238.6550.78
Hex517BB2361F01Ed62733
Octal12117326266370363264763
Binary10100011111011101100101101101111101111011010110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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