#5F3493

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

Shades of Daisy Bush #5F3493

Tints of Daisy Bush #5F3493

Color information

#5F3493 (or 0x5F3493) is unknown color: approx Daisy Bush. HEX triplet: 5F, 34 and 93. RGB value is (95,52,147). Sum of RGB (Red+Green+Blue) = 95+52+147=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F3493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3493 is #A0CB6C. Grayscale: #4B4B4B. Windows color (decimal): -10537837 or 9647199. OLE color: 9647199.

HSL color Cylindrical-coordinate representation of color #5F3493: hue angle of 267.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F3493 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9552147-
CMYK0.350.6500.42
HSL267.16º47.74%39.02%-
HSV(B)267.16º64.63%57.65%-
XYZ11.21728.36-
YUV75.69168.25141.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 147 (57.81% from 255) = 50%
R=32.31%
G=17.69%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95521470.350.6500.42267.1647.7439.02
Hex5F3493234102A10b3027
Octal13764223431010524136047
Binary10111111101001001001110001110000010101010100001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,52,147); }

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

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

 a { background-color: rgb(95,52,147); }

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

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

 span { border-color: rgb(95,52,147); }

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