#5C4EB9

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

Shades of Blue Marguerite #5C4EB9

Tints of Blue Marguerite #5C4EB9

Color information

#5C4EB9 (or 0x5C4EB9) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4E and B9. RGB value is (92,78,185). Sum of RGB (Red+Green+Blue) = 92+78+185=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C4EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EB9 is #A3B146. Grayscale: #5D5D5D. Windows color (decimal): -10727751 or 12144220. OLE color: 12144220.

HSL color Cylindrical-coordinate representation of color #5C4EB9: hue angle of 247.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4EB9 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9278185-
CMYK0.500.5800.27
HSL247.85º43.32%51.57%-
HSV(B)247.85º57.84%72.55%-
XYZ15.8911.2347.23-
YUV94.38179.14126.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 185 (72.66% from 255) = 52.11%
R=25.92%
G=21.97%
B=52.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92781850.500.5800.27247.8543.3251.57
Hex5C4EB9323A01Bf82b34
Octal13411627162720333705364
Binary101110010011101011100111001011101001101111111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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