#5C49AC

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

Shades of Rich Blue #5C49AC

Tints of Rich Blue #5C49AC

Color information

#5C49AC (or 0x5C49AC) is unknown color: approx Rich Blue. HEX triplet: 5C, 49 and AC. RGB value is (92,73,172). Sum of RGB (Red+Green+Blue) = 92+73+172=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49AC is #A3B653. Grayscale: #595959. Windows color (decimal): -10729044 or 11290972. OLE color: 11290972.

HSL color Cylindrical-coordinate representation of color #5C49AC: hue angle of 251.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C49AC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9273172-
CMYK0.470.5800.33
HSL251.52º40.41%48.04%-
HSV(B)251.52º57.56%67.45%-
XYZ14.2410.0240.21-
YUV89.97174.29129.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=27.30%
G=21.66%
B=51.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92731720.470.5800.33251.5240.4148.04
Hex5C49AC2F3A021fc2830
Octal13411125457720413745060
Binary1011100100100110101100101111111010010000111111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C49AC; }

 p { color: rgb(92,73,172); }

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

<style>
 a { background-color: #5C49AC; }

 a { background-color: rgb(92,73,172); }

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

<style>
 span { border-color: #5C49AC; }

 span { border-color: rgb(92,73,172); }

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