#528AB4

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

Shades of Steel Blue #528AB4

Tints of Steel Blue #528AB4

Color information

#528AB4 (or 0x528AB4) is unknown color: approx Steel Blue. HEX triplet: 52, 8A and B4. RGB value is (82,138,180). Sum of RGB (Red+Green+Blue) = 82+138+180=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #528AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AB4 is #AD754B. Grayscale: #7D7D7D. Windows color (decimal): -11367756 or 11831890. OLE color: 11831890.

HSL color Cylindrical-coordinate representation of color #528AB4: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528AB4 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82138180-
CMYK0.540.2300.29
HSL205.71º39.52%51.37%-
HSV(B)205.71º54.44%70.59%-
XYZ20.8123.2746.57-
YUV126.04158.4596.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 180 (70.70% from 255) = 45%
R=20.5%
G=34.5%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821381800.540.2300.29205.7139.5251.37
Hex528AB4361701Dce2833
Octal12221226466270353165063
Binary101001010001010101101001101101011101110111001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528AB4; }

 p { color: rgb(82,138,180); }

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

<style>
 a { background-color: #528AB4; }

 a { background-color: rgb(82,138,180); }

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

<style>
 span { border-color: #528AB4; }

 span { border-color: rgb(82,138,180); }

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