#5C4AAA

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

Shades of Rich Blue #5C4AAA

Tints of Rich Blue #5C4AAA

Color information

#5C4AAA (or 0x5C4AAA) is unknown color: approx Rich Blue. HEX triplet: 5C, 4A and AA. RGB value is (92,74,170). Sum of RGB (Red+Green+Blue) = 92+74+170=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4AAA is #A3B555. Grayscale: #595959. Windows color (decimal): -10728790 or 11160156. OLE color: 11160156.

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

Color convert

RGB9274170-
CMYK0.460.5600.33
HSL251.25º39.34%47.84%-
HSV(B)251.25º56.47%66.67%-
XYZ14.1210.0839.23-
YUV90.33172.96129.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.38%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=27.38%
G=22.02%
B=50.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92741700.460.5600.33251.2539.3447.84
Hex5C4AAA2E38021fb2730
Octal13411225256700413734760
Binary1011100100101010101010101110111000010000111111011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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