#5F3693

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

Shades of Daisy Bush #5F3693

Tints of Daisy Bush #5F3693

Color information

#5F3693 (or 0x5F3693) is unknown color: approx Daisy Bush. HEX triplet: 5F, 36 and 93. RGB value is (95,54,147). Sum of RGB (Red+Green+Blue) = 95+54+147=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F3693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3693 is #A0C96C. Grayscale: #4C4C4C. Windows color (decimal): -10537325 or 9647711. OLE color: 9647711.

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

Color convert

RGB9554147-
CMYK0.350.6300.42
HSL266.45º46.27%39.41%-
HSV(B)266.45º63.27%57.65%-
XYZ11.37.1828.39-
YUV76.86167.58140.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.09%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=32.09%
G=18.24%
B=49.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95541470.350.6300.42266.4546.2739.41
Hex5F3693233F02A10a2e27
Octal1376622343770524125647
Binary1011111110110100100111000111111110101010100001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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