#527DB0

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

Shades of Steel Blue #527DB0

Tints of Steel Blue #527DB0

Color information

#527DB0 (or 0x527DB0) is unknown color: approx Steel Blue. HEX triplet: 52, 7D and B0. RGB value is (82,125,176). Sum of RGB (Red+Green+Blue) = 82+125+176=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #527DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DB0 is #AD824F. Grayscale: #757575. Windows color (decimal): -11371088 or 11566418. OLE color: 11566418.

HSL color Cylindrical-coordinate representation of color #527DB0: hue angle of 212.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527DB0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82125176-
CMYK0.530.2900.31
HSL212.55º37.3%50.59%-
HSV(B)212.55º53.41%69.02%-
XYZ18.6519.643.87-
YUV117.96160.75102.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=21.41%
G=32.64%
B=45.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821251760.530.2900.31212.5537.350.59
Hex527DB0351D01Fd52533
Octal12217526065350373254563
Binary10100101111101101100001101011110101111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,125,176); }

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

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

 a { background-color: rgb(82,125,176); }

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

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

 span { border-color: rgb(82,125,176); }

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