#527BAA

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

Shades of Steel Blue #527BAA

Tints of Steel Blue #527BAA

Color information

#527BAA (or 0x527BAA) is unknown color: approx Steel Blue. HEX triplet: 52, 7B and AA. RGB value is (82,123,170). Sum of RGB (Red+Green+Blue) = 82+123+170=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #527BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BAA is #AD8455. Grayscale: #737373. Windows color (decimal): -11371606 or 11172690. OLE color: 11172690.

HSL color Cylindrical-coordinate representation of color #527BAA: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527BAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82123170-
CMYK0.520.2800.33
HSL212.05º34.92%49.41%-
HSV(B)212.05º51.76%66.67%-
XYZ17.8218.8640.73-
YUV116.1158.42103.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=21.87%
G=32.8%
B=45.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821231700.520.2800.33212.0534.9249.41
Hex527BAA341C021d42331
Octal12217325264340413244361
Binary101001011110111010101011010011100010000111010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,170); }

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

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

 a { background-color: rgb(82,123,170); }

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

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

 span { border-color: rgb(82,123,170); }

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