#5C49A5

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

Shades of Rich Blue #5C49A5

Tints of Rich Blue #5C49A5

Color information

#5C49A5 (or 0x5C49A5) is unknown color: approx Rich Blue. HEX triplet: 5C, 49 and A5. RGB value is (92,73,165). Sum of RGB (Red+Green+Blue) = 92+73+165=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C49A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49A5 is #A3B65A. Grayscale: #585858. Windows color (decimal): -10729051 or 10832220. OLE color: 10832220.

HSL color Cylindrical-coordinate representation of color #5C49A5: hue angle of 252.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C49A5 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9273165-
CMYK0.440.5600.35
HSL252.39º38.66%46.67%-
HSV(B)252.39º55.76%64.71%-
XYZ13.599.7636.76-
YUV89.17170.79130.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 165 (64.84% from 255) = 50%
R=27.88%
G=22.12%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92731650.440.5600.35252.3938.6646.67
Hex5C49A52C38023fc272f
Octal13411124554700433744757
Binary1011100100100110100101101100111000010001111111100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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