#527FB2

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

Shades of Steel Blue #527FB2

Tints of Steel Blue #527FB2

Color information

#527FB2 (or 0x527FB2) is unknown color: approx Steel Blue. HEX triplet: 52, 7F and B2. RGB value is (82,127,178). Sum of RGB (Red+Green+Blue) = 82+127+178=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #527FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FB2 is #AD804D. Grayscale: #777777. Windows color (decimal): -11370574 or 11698002. OLE color: 11698002.

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

Color convert

RGB82127178-
CMYK0.540.2900.30
HSL211.88º38.4%50.98%-
HSV(B)211.88º53.93%69.8%-
XYZ19.120.1945.01-
YUV119.36161.09101.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=21.19%
G=32.82%
B=45.99%

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
Decimal821271780.540.2900.30211.8838.450.98
Hex527FB2361D01Ed42633
Octal12217726266350363244663
Binary10100101111111101100101101101110101111011010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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