#5241AC

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

Shades of Rich Blue #5241AC

Tints of Rich Blue #5241AC

Color information

#5241AC (or 0x5241AC) is unknown color: approx Rich Blue. HEX triplet: 52, 41 and AC. RGB value is (82,65,172). Sum of RGB (Red+Green+Blue) = 82+65+172=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #5241AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241AC is #ADBE53. Grayscale: #515151. Windows color (decimal): -11386452 or 11288914. OLE color: 11288914.

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

Color convert

RGB8265172-
CMYK0.520.6200.33
HSL249.53º45.15%46.47%-
HSV(B)249.53º62.21%67.45%-
XYZ12.828.5540.01-
YUV82.28178.63127.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=25.71%
G=20.38%
B=53.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82651720.520.6200.33249.5345.1546.47
Hex5241AC343E021fa2d2e
Octal12210125464760413725556
Binary1010010100000110101100110100111110010000111111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5241AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5241AC; }

 p { color: rgb(82,65,172); }

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

<style>
 a { background-color: #5241AC; }

 a { background-color: rgb(82,65,172); }

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

<style>
 span { border-color: #5241AC; }

 span { border-color: rgb(82,65,172); }

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