#517BB1

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

Shades of Steel Blue #517BB1

Tints of Steel Blue #517BB1

Color information

#517BB1 (or 0x517BB1) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and B1. RGB value is (81,123,177). Sum of RGB (Red+Green+Blue) = 81+123+177=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #517BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BB1 is #AE844E. Grayscale: #747474. Windows color (decimal): -11437135 or 11631441. OLE color: 11631441.

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

Color convert

RGB81123177-
CMYK0.540.3100.31
HSL213.75º38.1%50.59%-
HSV(B)213.75º54.24%69.41%-
XYZ18.4119.0944.31-
YUV116.6162.09102.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=21.26%
G=32.28%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811231770.540.3100.31213.7538.150.59
Hex517BB1361F01Fd62633
Octal12117326166370373264663
Binary10100011111011101100011101101111101111111010110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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