#528CB4

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

Shades of Steel Blue #528CB4

Tints of Steel Blue #528CB4

Color information

#528CB4 (or 0x528CB4) is unknown color: approx Steel Blue. HEX triplet: 52, 8C and B4. RGB value is (82,140,180). Sum of RGB (Red+Green+Blue) = 82+140+180=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #528CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CB4 is #AD734B. Grayscale: #7E7E7E. Windows color (decimal): -11367244 or 11832402. OLE color: 11832402.

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

Color convert

RGB82140180-
CMYK0.540.2200.29
HSL204.49º39.52%51.37%-
HSV(B)204.49º54.44%70.59%-
XYZ21.123.8546.67-
YUV127.22157.7895.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.40%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=20.40%
G=34.83%
B=44.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821401800.540.2200.29204.4939.5251.37
Hex528CB4361601Dcc2833
Octal12221426466260353145063
Binary101001010001100101101001101101011001110111001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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