#5C249C

Color #5C249C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5C249C

Tints of Daisy Bush #5C249C

Color information

#5C249C (or 0x5C249C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 24 and 9C. RGB value is (92,36,156). Sum of RGB (Red+Green+Blue) = 92+36+156=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C249C is #A3DB63. Grayscale: #424242. Windows color (decimal): -10738532 or 10232924. OLE color: 10232924.

HSL color Cylindrical-coordinate representation of color #5C249C: hue angle of 268º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C249C is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9236156-
CMYK0.410.7700.39
HSL268º62.5%37.65%-
HSV(B)268º76.92%61.18%-
XYZ11.055.9432.02-
YUV66.42178.55146.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 156 (61.33% from 255) = 54.93%
R=32.39%
G=12.68%
B=54.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92361560.410.7700.3926862.537.65
Hex5C249C294D02710c3e26
Octal13444234511150474147646
Binary10111001001001001110010100110011010100111100001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,36,156); }

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

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

 a { background-color: rgb(92,36,156); }

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

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

 span { border-color: rgb(92,36,156); }

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