#527EAC

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

Shades of Steel Blue #527EAC

Tints of Steel Blue #527EAC

Color information

#527EAC (or 0x527EAC) is unknown color: approx Steel Blue. HEX triplet: 52, 7E and AC. RGB value is (82,126,172). Sum of RGB (Red+Green+Blue) = 82+126+172=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #527EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EAC is #AD8153. Grayscale: #757575. Windows color (decimal): -11370836 or 11304530. OLE color: 11304530.

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

Color convert

RGB82126172-
CMYK0.520.2700.33
HSL210.67º35.43%49.8%-
HSV(B)210.67º52.33%67.45%-
XYZ18.3919.6941.86-
YUV118.09158.42102.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=21.58%
G=33.16%
B=45.26%

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
Decimal821261720.520.2700.33210.6735.4349.8
Hex527EAC341B021d32332
Octal12217625464330413234362
Binary101001011111101010110011010011011010000111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,126,172); }

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

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

 a { background-color: rgb(82,126,172); }

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

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

 span { border-color: rgb(82,126,172); }

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