#527CAA

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

Shades of Steel Blue #527CAA

Tints of Steel Blue #527CAA

Color information

#527CAA (or 0x527CAA) is unknown color: approx Steel Blue. HEX triplet: 52, 7C and AA. RGB value is (82,124,170). Sum of RGB (Red+Green+Blue) = 82+124+170=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #527CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAA is #AD8355. Grayscale: #747474. Windows color (decimal): -11371350 or 11172946. OLE color: 11172946.

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

Color convert

RGB82124170-
CMYK0.520.2700.33
HSL211.36º34.92%49.41%-
HSV(B)211.36º51.76%66.67%-
XYZ17.9419.1140.77-
YUV116.69158.09103.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=21.81%
G=32.98%
B=45.21%

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
Decimal821241700.520.2700.33211.3634.9249.41
Hex527CAA341B021d32331
Octal12217425264330413234361
Binary101001011111001010101011010011011010000111010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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