#528BB6

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

Shades of Steel Blue #528BB6

Tints of Steel Blue #528BB6

Color information

#528BB6 (or 0x528BB6) is unknown color: approx Steel Blue. HEX triplet: 52, 8B and B6. RGB value is (82,139,182). Sum of RGB (Red+Green+Blue) = 82+139+182=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #528BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BB6 is #AD7449. Grayscale: #7E7E7E. Windows color (decimal): -11367498 or 11963218. OLE color: 11963218.

HSL color Cylindrical-coordinate representation of color #528BB6: hue angle of 205.8º 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 #528BB6 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82139182-
CMYK0.550.2400.29
HSL205.8º40.65%51.76%-
HSV(B)205.8º54.95%71.37%-
XYZ21.1623.6447.7-
YUV126.86159.1296-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=20.35%
G=34.49%
B=45.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821391820.550.2400.29205.840.6551.76
Hex528BB6371801Dce2934
Octal12221326667300353165164
Binary101001010001011101101101101111100001110111001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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