#5281AC

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

Shades of Steel Blue #5281AC

Tints of Steel Blue #5281AC

Color information

#5281AC (or 0x5281AC) is unknown color: approx Steel Blue. HEX triplet: 52, 81 and AC. RGB value is (82,129,172). Sum of RGB (Red+Green+Blue) = 82+129+172=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 129 (50.78% from 255 or 33.68% 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 #5281AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5281AC is #AD7E53. Grayscale: #777777. Windows color (decimal): -11370068 or 11305298. OLE color: 11305298.

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

Color convert

RGB82129172-
CMYK0.520.2500.33
HSL208.67º35.43%49.8%-
HSV(B)208.67º52.33%67.45%-
XYZ18.7820.4741.99-
YUV119.85157.43101-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=21.41%
G=33.68%
B=44.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821291720.520.2500.33208.6735.4349.8
Hex5281AC3419021d12332
Octal12220125464310413214362
Binary1010010100000011010110011010011001010000111010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5281AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,129,172); }

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

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

 a { background-color: rgb(82,129,172); }

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

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

 span { border-color: rgb(82,129,172); }

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