#5C4AA5

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

Shades of Rich Blue #5C4AA5

Tints of Rich Blue #5C4AA5

Color information

#5C4AA5 (or 0x5C4AA5) is unknown color: approx Rich Blue. HEX triplet: 5C, 4A and A5. RGB value is (92,74,165). Sum of RGB (Red+Green+Blue) = 92+74+165=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C4AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4AA5 is #A3B55A. Grayscale: #595959. Windows color (decimal): -10728795 or 10832476. OLE color: 10832476.

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

Color convert

RGB9274165-
CMYK0.440.5500.35
HSL251.87º38.08%46.86%-
HSV(B)251.87º55.15%64.71%-
XYZ13.659.8936.79-
YUV89.76170.46129.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=27.79%
G=22.36%
B=49.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92741650.440.5500.35251.8738.0846.86
Hex5C4AA52C37023fc262f
Octal13411224554670433744657
Binary1011100100101010100101101100110111010001111111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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