#527AAA

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

Shades of Steel Blue #527AAA

Tints of Steel Blue #527AAA

Color information

#527AAA (or 0x527AAA) is unknown color: approx Steel Blue. HEX triplet: 52, 7A and AA. RGB value is (82,122,170). Sum of RGB (Red+Green+Blue) = 82+122+170=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #527AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAA is #AD8555. Grayscale: #737373. Windows color (decimal): -11371862 or 11172434. OLE color: 11172434.

HSL color Cylindrical-coordinate representation of color #527AAA: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527AAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82122170-
CMYK0.520.2800.33
HSL212.73º34.92%49.41%-
HSV(B)212.73º51.76%66.67%-
XYZ17.6918.6240.69-
YUV115.51158.75104.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=21.93%
G=32.62%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821221700.520.2800.33212.7334.9249.41
Hex527AAA341C021d52331
Octal12217225264340413254361
Binary101001011110101010101011010011100010000111010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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