#5182AC

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

Shades of Steel Blue #5182AC

Tints of Steel Blue #5182AC

Color information

#5182AC (or 0x5182AC) is unknown color: approx Steel Blue. HEX triplet: 51, 82 and AC. RGB value is (81,130,172). Sum of RGB (Red+Green+Blue) = 81+130+172=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #5182AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5182AC is #AE7D53. Grayscale: #777777. Windows color (decimal): -11435348 or 11305553. OLE color: 11305553.

HSL color Cylindrical-coordinate representation of color #5182AC: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5182AC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81130172-
CMYK0.530.2400.33
HSL207.69º35.97%49.61%-
HSV(B)207.69º52.91%67.45%-
XYZ18.8220.6942.03-
YUV120.14157.27100.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=21.15%
G=33.94%
B=44.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811301720.530.2400.33207.6935.9749.61
Hex5182AC3518021d02432
Octal12120225465300413204462
Binary1010001100000101010110011010111000010000111010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5182AC; }

 p { color: rgb(81,130,172); }

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

<style>
 a { background-color: #5182AC; }

 a { background-color: rgb(81,130,172); }

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

<style>
 span { border-color: #5182AC; }

 span { border-color: rgb(81,130,172); }

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