#5246AE

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

Shades of Rich Blue #5246AE

Tints of Rich Blue #5246AE

Color information

#5246AE (or 0x5246AE) is unknown color: approx Rich Blue. HEX triplet: 52, 46 and AE. RGB value is (82,70,174). Sum of RGB (Red+Green+Blue) = 82+70+174=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #5246AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5246AE is #ADB951. Grayscale: #555555. Windows color (decimal): -11385170 or 11421266. OLE color: 11421266.

HSL color Cylindrical-coordinate representation of color #5246AE: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5246AE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8270174-
CMYK0.530.6000.32
HSL246.92º42.62%47.84%-
HSV(B)246.92º59.77%68.24%-
XYZ13.319.2341.12-
YUV85.44177.98125.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=25.15%
G=21.47%
B=53.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82701740.530.6000.32246.9242.6247.84
Hex5246AE353C020f72b30
Octal12210625665740403675360
Binary1010010100011010101110110101111100010000011110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5246AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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