#5279AE

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

Shades of Steel Blue #5279AE

Tints of Steel Blue #5279AE

Color information

#5279AE (or 0x5279AE) is unknown color: approx Steel Blue. HEX triplet: 52, 79 and AE. RGB value is (82,121,174). Sum of RGB (Red+Green+Blue) = 82+121+174=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5279AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5279AE is #AD8651. Grayscale: #737373. Windows color (decimal): -11372114 or 11434322. OLE color: 11434322.

HSL color Cylindrical-coordinate representation of color #5279AE: hue angle of 214.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5279AE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82121174-
CMYK0.530.3000.32
HSL214.57º36.22%50.2%-
HSV(B)214.57º52.87%68.24%-
XYZ17.9618.5242.67-
YUV115.38161.08104.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=21.75%
G=32.10%
B=46.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821211740.530.3000.32214.5736.2250.2
Hex5279AE351E020d72432
Octal12217125665360403274462
Binary101001011110011010111011010111110010000011010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5279AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5279AE; }

 p { color: rgb(82,121,174); }

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

<style>
 a { background-color: #5279AE; }

 a { background-color: rgb(82,121,174); }

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

<style>
 span { border-color: #5279AE; }

 span { border-color: rgb(82,121,174); }

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