#5189B7

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

Shades of Steel Blue #5189B7

Tints of Steel Blue #5189B7

Color information

#5189B7 (or 0x5189B7) is unknown color: approx Steel Blue. HEX triplet: 51, 89 and B7. RGB value is (81,137,183). Sum of RGB (Red+Green+Blue) = 81+137+183=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #5189B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189B7 is #AE7648. Grayscale: #7D7D7D. Windows color (decimal): -11433545 or 12028241. OLE color: 12028241.

HSL color Cylindrical-coordinate representation of color #5189B7: hue angle of 207.06º 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 #5189B7 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81137183-
CMYK0.560.2500.28
HSL207.06º41.46%51.76%-
HSV(B)207.06º55.74%71.76%-
XYZ20.8923.0648.15-
YUV125.5160.4596.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 183 (71.88% from 255) = 45.64%
R=20.20%
G=34.16%
B=45.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811371830.560.2500.28207.0641.4651.76
Hex5189B7381901Ccf2934
Octal12121126770310343175164
Binary101000110001001101101111110001100101110011001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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