#5243AA

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

Shades of Rich Blue #5243AA

Tints of Rich Blue #5243AA

Color information

#5243AA (or 0x5243AA) is unknown color: approx Rich Blue. HEX triplet: 52, 43 and AA. RGB value is (82,67,170). Sum of RGB (Red+Green+Blue) = 82+67+170=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #5243AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5243AA is #ADBC55. Grayscale: #525252. Windows color (decimal): -11385942 or 11158354. OLE color: 11158354.

HSL color Cylindrical-coordinate representation of color #5243AA: hue angle of 248.74º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5243AA is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8267170-
CMYK0.520.6100.33
HSL248.74º43.46%46.47%-
HSV(B)248.74º60.59%66.67%-
XYZ12.748.7139.04-
YUV83.23176.97127.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=25.71%
G=21.00%
B=53.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82671700.520.6100.33248.7443.4646.47
Hex5243AA343D021f92b2e
Octal12210325264750413715356
Binary1010010100001110101010110100111101010000111111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5243AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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