#5D2995

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

Shades of Daisy Bush #5D2995

Tints of Daisy Bush #5D2995

Color information

#5D2995 (or 0x5D2995) is unknown color: approx Daisy Bush. HEX triplet: 5D, 29 and 95. RGB value is (93,41,149). Sum of RGB (Red+Green+Blue) = 93+41+149=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D2995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2995 is #A2D66A. Grayscale: #444444. Windows color (decimal): -10671723 or 9775453. OLE color: 9775453.

HSL color Cylindrical-coordinate representation of color #5D2995: hue angle of 268.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D2995 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9341149-
CMYK0.380.7200.42
HSL268.89º56.84%37.25%-
HSV(B)268.89º72.48%58.43%-
XYZ10.736.0829.04-
YUV68.86173.23145.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.86%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=32.86%
G=14.49%
B=52.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93411490.380.7200.42268.8956.8437.25
Hex5D2995264802A10d3925
Octal13551225461100524157145
Binary10111011010011001010110011010010000101010100001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,149); }

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

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

 a { background-color: rgb(93,41,149); }

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

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

 span { border-color: rgb(93,41,149); }

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