#5C48BE

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

Shades of Blue Marguerite #5C48BE

Tints of Blue Marguerite #5C48BE

Color information

#5C48BE (or 0x5C48BE) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 48 and BE. RGB value is (92,72,190). Sum of RGB (Red+Green+Blue) = 92+72+190=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C48BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C48BE is #A3B741. Grayscale: #5A5A5A. Windows color (decimal): -10729282 or 12470364. OLE color: 12470364.

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

Color convert

RGB9272190-
CMYK0.520.6200.25
HSL250.17º47.58%51.37%-
HSV(B)250.17º62.11%74.51%-
XYZ16.0310.6349.92-
YUV91.43183.63128.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=25.99%
G=20.34%
B=53.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92721900.520.6200.25250.1747.5851.37
Hex5C48BE343E019fa3033
Octal13411027664760313726063
Binary101110010010001011111011010011111001100111111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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