#5189B9

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

Shades of Steel Blue #5189B9

Tints of Steel Blue #5189B9

Color information

#5189B9 (or 0x5189B9) is unknown color: approx Steel Blue. HEX triplet: 51, 89 and B9. RGB value is (81,137,185). Sum of RGB (Red+Green+Blue) = 81+137+185=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #5189B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189B9 is #AE7646. Grayscale: #7D7D7D. Windows color (decimal): -11433543 or 12159313. OLE color: 12159313.

HSL color Cylindrical-coordinate representation of color #5189B9: hue angle of 207.69º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5189B9 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81137185-
CMYK0.560.2600.27
HSL207.69º42.62%52.16%-
HSV(B)207.69º56.22%72.55%-
XYZ21.123.1449.25-
YUV125.73161.4596.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 185 (72.66% from 255) = 45.91%
R=20.10%
G=34.00%
B=45.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811371850.560.2600.27207.6942.6252.16
Hex5189B9381A01Bd02b34
Octal12121127170320333205364
Binary101000110001001101110011110001101001101111010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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