#5D2F95

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

Shades of Daisy Bush #5D2F95

Tints of Daisy Bush #5D2F95

Color information

#5D2F95 (or 0x5D2F95) is unknown color: approx Daisy Bush. HEX triplet: 5D, 2F and 95. RGB value is (93,47,149). Sum of RGB (Red+Green+Blue) = 93+47+149=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D2F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F95 is #A2D06A. Grayscale: #484848. Windows color (decimal): -10670187 or 9776989. OLE color: 9776989.

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

Color convert

RGB9347149-
CMYK0.380.6800.42
HSL267.06º52.04%38.43%-
HSV(B)267.06º68.46%58.43%-
XYZ10.966.5329.12-
YUV72.38171.24142.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=32.18%
G=16.26%
B=51.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93471490.380.6800.42267.0652.0438.43
Hex5D2F95264402A10b3426
Octal13557225461040524136446
Binary10111011011111001010110011010001000101010100001011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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