#527CB0

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

Shades of Steel Blue #527CB0

Tints of Steel Blue #527CB0

Color information

#527CB0 (or 0x527CB0) is unknown color: approx Steel Blue. HEX triplet: 52, 7C and B0. RGB value is (82,124,176). Sum of RGB (Red+Green+Blue) = 82+124+176=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #527CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CB0 is #AD834F. Grayscale: #757575. Windows color (decimal): -11371344 or 11566162. OLE color: 11566162.

HSL color Cylindrical-coordinate representation of color #527CB0: hue angle of 213.19º 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 #527CB0 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82124176-
CMYK0.530.3000.31
HSL213.19º37.3%50.59%-
HSV(B)213.19º53.41%69.02%-
XYZ18.5219.3443.83-
YUV117.37161.09102.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 176 (69.14% from 255) = 46.07%
R=21.47%
G=32.46%
B=46.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821241760.530.3000.31213.1937.350.59
Hex527CB0351E01Fd52533
Octal12217426065360373254563
Binary10100101111100101100001101011111001111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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