#524EA9

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

Shades of Rich Blue #524EA9

Tints of Rich Blue #524EA9

Color information

#524EA9 (or 0x524EA9) is unknown color: approx Rich Blue. HEX triplet: 52, 4E and A9. RGB value is (82,78,169). Sum of RGB (Red+Green+Blue) = 82+78+169=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #524EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524EA9 is #ADB156. Grayscale: #595959. Windows color (decimal): -11383127 or 11095634. OLE color: 11095634.

HSL color Cylindrical-coordinate representation of color #524EA9: hue angle of 242.64º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524EA9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8278169-
CMYK0.510.5400.34
HSL242.64º36.84%48.43%-
HSV(B)242.64º53.85%66.27%-
XYZ13.3710.1138.78-
YUV89.57172.83122.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=24.92%
G=23.71%
B=51.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82781690.510.5400.34242.6436.8448.43
Hex524EA93336022f32530
Octal12211625163660423634560
Binary1010010100111010101001110011110110010001011110011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524EA9; }

 p { color: rgb(82,78,169); }

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

<style>
 a { background-color: #524EA9; }

 a { background-color: rgb(82,78,169); }

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

<style>
 span { border-color: #524EA9; }

 span { border-color: rgb(82,78,169); }

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