#5C4EB4

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

Shades of Rich Blue #5C4EB4

Tints of Rich Blue #5C4EB4

Color information

#5C4EB4 (or 0x5C4EB4) is unknown color: approx Rich Blue. HEX triplet: 5C, 4E and B4. RGB value is (92,78,180). Sum of RGB (Red+Green+Blue) = 92+78+180=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C4EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EB4 is #A3B14B. Grayscale: #5D5D5D. Windows color (decimal): -10727756 or 11816540. OLE color: 11816540.

HSL color Cylindrical-coordinate representation of color #5C4EB4: hue angle of 248.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C4EB4 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9278180-
CMYK0.490.5700.29
HSL248.24º40.48%50.59%-
HSV(B)248.24º56.67%70.59%-
XYZ15.3811.0244.5-
YUV93.81176.64126.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 180 (70.70% from 255) = 51.43%
R=26.29%
G=22.29%
B=51.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92781800.490.5700.29248.2440.4850.59
Hex5C4EB4313901Df82833
Octal13411626461710353705063
Binary101110010011101011010011000111100101110111111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,78,180); }

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

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

 a { background-color: rgb(92,78,180); }

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

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

 span { border-color: rgb(92,78,180); }

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