#5C4FA4

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

Shades of Rich Blue #5C4FA4

Tints of Rich Blue #5C4FA4

Color information

#5C4FA4 (or 0x5C4FA4) is unknown color: approx Rich Blue. HEX triplet: 5C, 4F and A4. RGB value is (92,79,164). Sum of RGB (Red+Green+Blue) = 92+79+164=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #5C4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4FA4 is #A3B05B. Grayscale: #5C5C5C. Windows color (decimal): -10727516 or 10768220. OLE color: 10768220.

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

Color convert

RGB9279164-
CMYK0.440.5200.36
HSL249.18º34.98%47.65%-
HSV(B)249.18º51.83%64.31%-
XYZ13.9110.5536.42-
YUV92.58168.31127.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=27.46%
G=23.58%
B=48.96%

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
Decimal92791640.440.5200.36249.1834.9847.65
Hex5C4FA42C34024f92330
Octal13411724454640443714360
Binary1011100100111110100100101100110100010010011111001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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