#527CAC

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

Shades of Steel Blue #527CAC

Tints of Steel Blue #527CAC

Color information

#527CAC (or 0x527CAC) is unknown color: approx Steel Blue. HEX triplet: 52, 7C and AC. RGB value is (82,124,172). Sum of RGB (Red+Green+Blue) = 82+124+172=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #527CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAC is #AD8353. Grayscale: #747474. Windows color (decimal): -11371348 or 11304018. OLE color: 11304018.

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

Color convert

RGB82124172-
CMYK0.520.2800.33
HSL212º35.43%49.8%-
HSV(B)212º52.33%67.45%-
XYZ18.1319.1941.78-
YUV116.91159.09103.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=21.69%
G=32.80%
B=45.50%

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
Decimal821241720.520.2800.3321235.4349.8
Hex527CAC341C021d42332
Octal12217425464340413244362
Binary101001011111001010110011010011100010000111010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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