#5D2F9E

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

Shades of Daisy Bush #5D2F9E

Tints of Daisy Bush #5D2F9E

Color information

#5D2F9E (or 0x5D2F9E) is unknown color: approx Daisy Bush. HEX triplet: 5D, 2F and 9E. RGB value is (93,47,158). Sum of RGB (Red+Green+Blue) = 93+47+158=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D2F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F9E is #A2D061. Grayscale: #494949. Windows color (decimal): -10670178 or 10366813. OLE color: 10366813.

HSL color Cylindrical-coordinate representation of color #5D2F9E: hue angle of 264.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2F9E is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9347158-
CMYK0.410.7000.38
HSL264.86º54.15%40.2%-
HSV(B)264.86º70.25%61.96%-
XYZ11.76.8333.05-
YUV73.41175.74141.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=31.21%
G=15.77%
B=53.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93471580.410.7000.38264.8654.1540.2
Hex5D2F9E29460261093628
Octal13557236511060464116650
Binary10111011011111001111010100110001100100110100001001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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