#5243A9

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

Shades of Rich Blue #5243A9

Tints of Rich Blue #5243A9

Color information

#5243A9 (or 0x5243A9) is unknown color: approx Rich Blue. HEX triplet: 52, 43 and A9. RGB value is (82,67,169). Sum of RGB (Red+Green+Blue) = 82+67+169=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #5243A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5243A9 is #ADBC56. Grayscale: #525252. Windows color (decimal): -11385943 or 11092818. OLE color: 11092818.

HSL color Cylindrical-coordinate representation of color #5243A9: hue angle of 248.82º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5243A9 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8267169-
CMYK0.510.6000.34
HSL248.82º43.22%46.27%-
HSV(B)248.82º60.36%66.27%-
XYZ12.658.6738.54-
YUV83.11176.47127.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=25.79%
G=21.07%
B=53.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82671690.510.6000.34248.8243.2246.27
Hex5243A9333C022f92b2e
Octal12210325163740423715356
Binary1010010100001110101001110011111100010001011111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5243A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5243A9; }

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

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

<style>
 a { background-color: #5243A9; }

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

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

<style>
 span { border-color: #5243A9; }

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

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