#5F2E99

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

Shades of Daisy Bush #5F2E99

Tints of Daisy Bush #5F2E99

Color information

#5F2E99 (or 0x5F2E99) is unknown color: approx Daisy Bush. HEX triplet: 5F, 2E and 99. RGB value is (95,46,153). Sum of RGB (Red+Green+Blue) = 95+46+153=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F2E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2E99 is #A0D166. Grayscale: #484848. Windows color (decimal): -10539367 or 10038879. OLE color: 10038879.

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

Color convert

RGB9546153-
CMYK0.380.7000.4
HSL267.48º53.77%39.02%-
HSV(B)267.48º69.93%60%-
XYZ11.456.6930.82-
YUV72.85173.23143.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 46 (18.36% from 255) = 15.65%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=32.31%
G=15.65%
B=52.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95461530.380.7000.4267.4853.7739.02
Hex5F2E99264602810b3627
Octal13756231461060504136647
Binary10111111011101001100110011010001100101000100001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,153); }

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

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

 a { background-color: rgb(95,46,153); }

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

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

 span { border-color: rgb(95,46,153); }

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