#527FAE

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

Shades of Steel Blue #527FAE

Tints of Steel Blue #527FAE

Color information

#527FAE (or 0x527FAE) is unknown color: approx Steel Blue. HEX triplet: 52, 7F and AE. RGB value is (82,127,174). Sum of RGB (Red+Green+Blue) = 82+127+174=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #527FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FAE is #AD8051. Grayscale: #767676. Windows color (decimal): -11370578 or 11435858. OLE color: 11435858.

HSL color Cylindrical-coordinate representation of color #527FAE: hue angle of 210.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527FAE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82127174-
CMYK0.530.2700.32
HSL210.65º36.22%50.2%-
HSV(B)210.65º52.87%68.24%-
XYZ18.7120.0342.92-
YUV118.9159.09101.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=21.41%
G=33.16%
B=45.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821271740.530.2700.32210.6536.2250.2
Hex527FAE351B020d32432
Octal12217725665330403234462
Binary101001011111111010111011010111011010000011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,127,174); }

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

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

 a { background-color: rgb(82,127,174); }

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

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

 span { border-color: rgb(82,127,174); }

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