#527DAC

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

Shades of Steel Blue #527DAC

Tints of Steel Blue #527DAC

Color information

#527DAC (or 0x527DAC) is unknown color: approx Steel Blue. HEX triplet: 52, 7D and AC. RGB value is (82,125,172). Sum of RGB (Red+Green+Blue) = 82+125+172=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #527DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DAC is #AD8253. Grayscale: #757575. Windows color (decimal): -11371092 or 11304274. OLE color: 11304274.

HSL color Cylindrical-coordinate representation of color #527DAC: hue angle of 211.33º 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 #527DAC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82125172-
CMYK0.520.2700.33
HSL211.33º35.43%49.8%-
HSV(B)211.33º52.33%67.45%-
XYZ18.2619.4441.82-
YUV117.5158.75102.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=21.64%
G=32.98%
B=45.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821251720.520.2700.33211.3335.4349.8
Hex527DAC341B021d32332
Octal12217525464330413234362
Binary101001011111011010110011010011011010000111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527DAC; }

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

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

<style>
 a { background-color: #527DAC; }

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

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

<style>
 span { border-color: #527DAC; }

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

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