#527AAE

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

Shades of Steel Blue #527AAE

Tints of Steel Blue #527AAE

Color information

#527AAE (or 0x527AAE) is unknown color: approx Steel Blue. HEX triplet: 52, 7A and AE. RGB value is (82,122,174). Sum of RGB (Red+Green+Blue) = 82+122+174=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #527AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAE is #AD8551. Grayscale: #737373. Windows color (decimal): -11371858 or 11434578. OLE color: 11434578.

HSL color Cylindrical-coordinate representation of color #527AAE: hue angle of 213.91º 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 #527AAE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82122174-
CMYK0.530.3000.32
HSL213.91º36.22%50.2%-
HSV(B)213.91º52.87%68.24%-
XYZ18.0818.7742.71-
YUV115.97160.75103.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=21.69%
G=32.28%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821221740.530.3000.32213.9136.2250.2
Hex527AAE351E020d62432
Octal12217225665360403264462
Binary101001011110101010111011010111110010000011010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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