#5C49AB

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

Shades of Rich Blue #5C49AB

Tints of Rich Blue #5C49AB

Color information

#5C49AB (or 0x5C49AB) is unknown color: approx Rich Blue. HEX triplet: 5C, 49 and AB. RGB value is (92,73,171). Sum of RGB (Red+Green+Blue) = 92+73+171=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49AB is #A3B654. Grayscale: #595959. Windows color (decimal): -10729045 or 11225436. OLE color: 11225436.

HSL color Cylindrical-coordinate representation of color #5C49AB: hue angle of 251.63º 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 #5C49AB is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9273171-
CMYK0.460.5700.33
HSL251.63º40.16%47.84%-
HSV(B)251.63º57.31%67.06%-
XYZ14.159.9839.71-
YUV89.85173.79129.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.38%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=27.38%
G=21.73%
B=50.89%

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
Decimal92731710.460.5700.33251.6340.1647.84
Hex5C49AB2E39021fc2830
Octal13411125356710413745060
Binary1011100100100110101011101110111001010000111111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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