#5F319A

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

Shades of Daisy Bush #5F319A

Tints of Daisy Bush #5F319A

Color information

#5F319A (or 0x5F319A) is unknown color: approx Daisy Bush. HEX triplet: 5F, 31 and 9A. RGB value is (95,49,154). Sum of RGB (Red+Green+Blue) = 95+49+154=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F319A is #A0CE65. Grayscale: #4A4A4A. Windows color (decimal): -10538598 or 10105183. OLE color: 10105183.

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

Color convert

RGB9549154-
CMYK0.380.6800.40
HSL266.29º51.72%39.8%-
HSV(B)266.29º68.18%60.39%-
XYZ11.656.9631.3-
YUV74.72172.74142.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=31.88%
G=16.44%
B=51.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95491540.380.6800.40266.2951.7239.8
Hex5F319A264402810a3428
Octal13761232461040504126450
Binary10111111100011001101010011010001000101000100001010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,154); }

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

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

 a { background-color: rgb(95,49,154); }

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

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

 span { border-color: rgb(95,49,154); }

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