#5185B7

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

Shades of Steel Blue #5185B7

Tints of Steel Blue #5185B7

Color information

#5185B7 (or 0x5185B7) is unknown color: approx Steel Blue. HEX triplet: 51, 85 and B7. RGB value is (81,133,183). Sum of RGB (Red+Green+Blue) = 81+133+183=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #5185B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185B7 is #AE7A48. Grayscale: #7A7A7A. Windows color (decimal): -11434569 or 12027217. OLE color: 12027217.

HSL color Cylindrical-coordinate representation of color #5185B7: hue angle of 209.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5185B7 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81133183-
CMYK0.560.2700.28
HSL209.41º41.46%51.76%-
HSV(B)209.41º55.74%71.76%-
XYZ20.3321.9447.96-
YUV123.15161.7797.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 183 (71.88% from 255) = 46.10%
R=20.40%
G=33.50%
B=46.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811331830.560.2700.28209.4141.4651.76
Hex5185B7381B01Cd12934
Octal12120526770330343215164
Binary101000110000101101101111110001101101110011010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5185B7; }

 p { color: rgb(81,133,183); }

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

<style>
 a { background-color: #5185B7; }

 a { background-color: rgb(81,133,183); }

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

<style>
 span { border-color: #5185B7; }

 span { border-color: rgb(81,133,183); }

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