#5c47ad

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

Shades of Blue Marguerite #5C47AD

Tints of Blue Marguerite #5C47AD

Color information

#5C47AD (or 0x5C47AD) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 47 and AD. RGB value is (92,71,173). Sum of RGB (Red+Green+Blue) = 92+71+173=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C47AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C47AD is #A3B852. Grayscale: #585858. Windows color (decimal): -10729555 or 11355996. OLE color: 11355996.

HSL color Cylindrical-coordinate representation of color #5C47AD: hue angle of 252.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C47AD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9271173-
CMYK0.470.5900.32
HSL252.35º41.8%47.84%-
HSV(B)252.35º58.96%67.84%-
XYZ14.219.840.68-
YUV88.91175.46130.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.38%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=27.38%
G=21.13%
B=51.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92711730.470.5900.32252.3541.847.84
Hex5C47AD2F3B020fc2a30
Octal13410725557730403745260
Binary1011100100011110101101101111111011010000011111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c47ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,173); }

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

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

 a { background-color: rgb(92,71,173); }

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

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

 span { border-color: rgb(92,71,173); }

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