#5C4DAA

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

Shades of Rich Blue #5C4DAA

Tints of Rich Blue #5C4DAA

Color information

#5C4DAA (or 0x5C4DAA) is unknown color: approx Rich Blue. HEX triplet: 5C, 4D and AA. RGB value is (92,77,170). Sum of RGB (Red+Green+Blue) = 92+77+170=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4DAA is #A3B255. Grayscale: #5B5B5B. Windows color (decimal): -10728022 or 11160924. OLE color: 11160924.

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

Color convert

RGB9277170-
CMYK0.460.5500.33
HSL249.68º37.65%48.43%-
HSV(B)249.68º54.71%66.67%-
XYZ14.3210.4939.3-
YUV92.09171.97127.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=27.14%
G=22.71%
B=50.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92771700.460.5500.33249.6837.6548.43
Hex5C4DAA2E37021fa2630
Octal13411525256670413724660
Binary1011100100110110101010101110110111010000111111010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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