#5C4CAD

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

Shades of Rich Blue #5C4CAD

Tints of Rich Blue #5C4CAD

Color information

#5C4CAD (or 0x5C4CAD) is unknown color: approx Rich Blue. HEX triplet: 5C, 4C and AD. RGB value is (92,76,173). Sum of RGB (Red+Green+Blue) = 92+76+173=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4CAD is #A3B352. Grayscale: #5B5B5B. Windows color (decimal): -10728275 or 11357276. OLE color: 11357276.

HSL color Cylindrical-coordinate representation of color #5C4CAD: hue angle of 249.9º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C4CAD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9276173-
CMYK0.470.5600.32
HSL249.9º38.96%48.82%-
HSV(B)249.9º56.07%67.84%-
XYZ14.5410.4640.79-
YUV91.84173.8128.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.98%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=26.98%
G=22.29%
B=50.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92761730.470.5600.32249.938.9648.82
Hex5C4CAD2F38020fa2731
Octal13411425557700403724761
Binary1011100100110010101101101111111000010000011111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,76,173); }

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

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

 a { background-color: rgb(92,76,173); }

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

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

 span { border-color: rgb(92,76,173); }

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