#5C4FB2

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

Shades of Rich Blue #5C4FB2

Tints of Rich Blue #5C4FB2

Color information

#5C4FB2 (or 0x5C4FB2) is unknown color: approx Rich Blue. HEX triplet: 5C, 4F and B2. RGB value is (92,79,178). Sum of RGB (Red+Green+Blue) = 92+79+178=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #5C4FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4FB2 is #A3B04D. Grayscale: #5D5D5D. Windows color (decimal): -10727502 or 11685724. OLE color: 11685724.

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

Color convert

RGB9279178-
CMYK0.480.5600.30
HSL247.88º39.13%50.39%-
HSV(B)247.88º55.62%69.8%-
XYZ15.2511.0843.45-
YUV94.17175.31126.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=26.36%
G=22.64%
B=51.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92791780.480.5600.30247.8839.1350.39
Hex5C4FB2303801Ef82732
Octal13411726260700363704762
Binary101110010011111011001011000011100001111011111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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