#5c4fa3

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

Shades of Rich Blue #5C4FA3

Tints of Rich Blue #5C4FA3

Color information

#5C4FA3 (or 0x5C4FA3) is unknown color: approx Rich Blue. HEX triplet: 5C, 4F and A3. RGB value is (92,79,163). Sum of RGB (Red+Green+Blue) = 92+79+163=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #5C4FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4FA3 is #A3B05C. Grayscale: #5C5C5C. Windows color (decimal): -10727517 or 10702684. OLE color: 10702684.

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

Color convert

RGB9279163-
CMYK0.440.5200.36
HSL249.29º34.71%47.45%-
HSV(B)249.29º51.53%63.92%-
XYZ13.8210.5135.95-
YUV92.46167.81127.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 163 (64.06% from 255) = 48.80%
R=27.54%
G=23.65%
B=48.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92791630.440.5200.36249.2934.7147.45
Hex5C4FA32C34024f9232f
Octal13411724354640443714357
Binary1011100100111110100011101100110100010010011111001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c4fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,163); }

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

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

 a { background-color: rgb(92,79,163); }

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

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

 span { border-color: rgb(92,79,163); }

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