#527EB2

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

Shades of Steel Blue #527EB2

Tints of Steel Blue #527EB2

Color information

#527EB2 (or 0x527EB2) is unknown color: approx Steel Blue. HEX triplet: 52, 7E and B2. RGB value is (82,126,178). Sum of RGB (Red+Green+Blue) = 82+126+178=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #527EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EB2 is #AD814D. Grayscale: #767676. Windows color (decimal): -11370830 or 11697746. OLE color: 11697746.

HSL color Cylindrical-coordinate representation of color #527EB2: hue angle of 212.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527EB2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB82126178-
CMYK0.540.2900.30
HSL212.5º38.4%50.98%-
HSV(B)212.5º53.93%69.8%-
XYZ18.9819.9344.97-
YUV118.77161.42101.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=21.24%
G=32.64%
B=46.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821261780.540.2900.30212.538.450.98
Hex527EB2361D01Ed42633
Octal12217626266350363244663
Binary10100101111110101100101101101110101111011010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,126,178); }

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

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

 a { background-color: rgb(82,126,178); }

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

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

 span { border-color: rgb(82,126,178); }

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