#5C49AA

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

Shades of Rich Blue #5C49AA

Tints of Rich Blue #5C49AA

Color information

#5C49AA (or 0x5C49AA) is unknown color: approx Rich Blue. HEX triplet: 5C, 49 and AA. RGB value is (92,73,170). Sum of RGB (Red+Green+Blue) = 92+73+170=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C49AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49AA is #A3B655. Grayscale: #595959. Windows color (decimal): -10729046 or 11159900. OLE color: 11159900.

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

Color convert

RGB9273170-
CMYK0.460.5700.33
HSL251.75º39.92%47.65%-
HSV(B)251.75º57.06%66.67%-
XYZ14.059.9439.21-
YUV89.74173.29129.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=27.46%
G=21.79%
B=50.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92731700.460.5700.33251.7539.9247.65
Hex5C49AA2E39021fc2830
Octal13411125256710413745060
Binary1011100100100110101010101110111001010000111111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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