#528CB6

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

Shades of Steel Blue #528CB6

Tints of Steel Blue #528CB6

Color information

#528CB6 (or 0x528CB6) is unknown color: approx Steel Blue. HEX triplet: 52, 8C and B6. RGB value is (82,140,182). Sum of RGB (Red+Green+Blue) = 82+140+182=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #528CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CB6 is #AD7349. Grayscale: #7F7F7F. Windows color (decimal): -11367242 or 11963474. OLE color: 11963474.

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

Color convert

RGB82140182-
CMYK0.550.2300.29
HSL205.2º40.65%51.76%-
HSV(B)205.2º54.95%71.37%-
XYZ21.323.9347.75-
YUV127.45158.7895.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=20.30%
G=34.65%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821401820.550.2300.29205.240.6551.76
Hex528CB6371701Dcd2934
Octal12221426667270353155164
Binary101001010001100101101101101111011101110111001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,182); }

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

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

 a { background-color: rgb(82,140,182); }

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

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

 span { border-color: rgb(82,140,182); }

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