#527AAB

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

Shades of Steel Blue #527AAB

Tints of Steel Blue #527AAB

Color information

#527AAB (or 0x527AAB) is unknown color: approx Steel Blue. HEX triplet: 52, 7A and AB. RGB value is (82,122,171). Sum of RGB (Red+Green+Blue) = 82+122+171=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #527AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAB is #AD8554. Grayscale: #737373. Windows color (decimal): -11371861 or 11237970. OLE color: 11237970.

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

Color convert

RGB82122171-
CMYK0.520.2900.33
HSL213.03º35.18%49.61%-
HSV(B)213.03º52.05%67.06%-
XYZ17.7918.6541.19-
YUV115.63159.25104.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=21.87%
G=32.53%
B=45.6%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821221710.520.2900.33213.0335.1849.61
Hex527AAB341D021d52332
Octal12217225364350413254362
Binary101001011110101010101111010011101010000111010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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