#5C49BE

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

Shades of Blue Marguerite #5C49BE

Tints of Blue Marguerite #5C49BE

Color information

#5C49BE (or 0x5C49BE) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 49 and BE. RGB value is (92,73,190). Sum of RGB (Red+Green+Blue) = 92+73+190=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49BE is #A3B641. Grayscale: #5B5B5B. Windows color (decimal): -10729026 or 12470620. OLE color: 12470620.

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

Color convert

RGB9273190-
CMYK0.520.6200.25
HSL249.74º47.37%51.57%-
HSV(B)249.74º61.58%74.51%-
XYZ16.0910.7649.94-
YUV92.02183.29127.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=25.92%
G=20.56%
B=53.52%

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
Decimal92731900.520.6200.25249.7447.3751.57
Hex5C49BE343E019fa2f34
Octal13411127664760313725764
Binary101110010010011011111011010011111001100111111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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