#527DA8

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

Shades of Steel Blue #527DA8

Tints of Steel Blue #527DA8

Color information

#527DA8 (or 0x527DA8) is unknown color: approx Steel Blue. HEX triplet: 52, 7D and A8. RGB value is (82,125,168). Sum of RGB (Red+Green+Blue) = 82+125+168=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #527DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA8 is #AD8257. Grayscale: #747474. Windows color (decimal): -11371096 or 11042130. OLE color: 11042130.

HSL color Cylindrical-coordinate representation of color #527DA8: hue angle of 210º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527DA8 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82125168-
CMYK0.510.2600.34
HSL210º34.4%49.02%-
HSV(B)210º51.19%65.88%-
XYZ17.8819.2939.83-
YUV117.04156.75103-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 44.8%
R=21.87%
G=33.33%
B=44.8%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821251680.510.2600.3421034.449.02
Hex527DA8331A022d22231
Octal12217525063320423224261
Binary101001011111011010100011001111010010001011010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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