#527DAB

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

Shades of Steel Blue #527DAB

Tints of Steel Blue #527DAB

Color information

#527DAB (or 0x527DAB) is unknown color: approx Steel Blue. HEX triplet: 52, 7D and AB. RGB value is (82,125,171). Sum of RGB (Red+Green+Blue) = 82+125+171=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #527DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DAB is #AD8254. Grayscale: #757575. Windows color (decimal): -11371093 or 11238738. OLE color: 11238738.

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

Color convert

RGB82125171-
CMYK0.520.2700.33
HSL211.01º35.18%49.61%-
HSV(B)211.01º52.05%67.06%-
XYZ18.1619.441.32-
YUV117.39158.25102.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=21.69%
G=33.07%
B=45.24%

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
Decimal821251710.520.2700.33211.0135.1849.61
Hex527DAB341B021d32332
Octal12217525364330413234362
Binary101001011111011010101111010011011010000111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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