#527CAD

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

Shades of Steel Blue #527CAD

Tints of Steel Blue #527CAD

Color information

#527CAD (or 0x527CAD) is unknown color: approx Steel Blue. HEX triplet: 52, 7C and AD. RGB value is (82,124,173). Sum of RGB (Red+Green+Blue) = 82+124+173=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #527CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAD is #AD8352. Grayscale: #747474. Windows color (decimal): -11371347 or 11369554. OLE color: 11369554.

HSL color Cylindrical-coordinate representation of color #527CAD: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527CAD is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82124173-
CMYK0.530.2800.32
HSL212.31º35.69%50%-
HSV(B)212.31º52.6%67.84%-
XYZ18.2319.2342.29-
YUV117.03159.59103.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=21.64%
G=32.72%
B=45.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821241730.530.2800.32212.3135.6950
Hex527CAD351C020d42432
Octal12217425565340403244462
Binary101001011111001010110111010111100010000011010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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