#5C4EBE

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

Shades of Blue Marguerite #5C4EBE

Tints of Blue Marguerite #5C4EBE

Color information

#5C4EBE (or 0x5C4EBE) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4E and BE. RGB value is (92,78,190). Sum of RGB (Red+Green+Blue) = 92+78+190=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EBE is #A3B141. Grayscale: #5E5E5E. Windows color (decimal): -10727746 or 12471900. OLE color: 12471900.

HSL color Cylindrical-coordinate representation of color #5C4EBE: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C4EBE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9278190-
CMYK0.520.5900.25
HSL247.5º46.28%52.55%-
HSV(B)247.5º58.95%74.51%-
XYZ16.4311.4450.06-
YUV94.95181.64125.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=25.56%
G=21.67%
B=52.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92781900.520.5900.25247.546.2852.55
Hex5C4EBE343B019f82e35
Octal13411627664730313705665
Binary101110010011101011111011010011101101100111111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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