#527AB1

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

Shades of Steel Blue #527AB1

Tints of Steel Blue #527AB1

Color information

#527AB1 (or 0x527AB1) is unknown color: approx Steel Blue. HEX triplet: 52, 7A and B1. RGB value is (82,122,177). Sum of RGB (Red+Green+Blue) = 82+122+177=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #527AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AB1 is #AD854E. Grayscale: #747474. Windows color (decimal): -11371855 or 11631186. OLE color: 11631186.

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

Color convert

RGB82122177-
CMYK0.540.3100.31
HSL214.74º37.85%50.78%-
HSV(B)214.74º53.67%69.41%-
XYZ18.3818.8944.27-
YUV116.31162.25103.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=21.52%
G=32.02%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821221770.540.3100.31214.7437.8550.78
Hex527AB1361F01Fd72633
Octal12217226166370373274663
Binary10100101111010101100011101101111101111111010111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,177); }

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

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

 a { background-color: rgb(82,122,177); }

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

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

 span { border-color: rgb(82,122,177); }

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