#5F3E9B

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

Shades of Daisy Bush #5F3E9B

Tints of Daisy Bush #5F3E9B

Color information

#5F3E9B (or 0x5F3E9B) is unknown color: approx Daisy Bush. HEX triplet: 5F, 3E and 9B. RGB value is (95,62,155). Sum of RGB (Red+Green+Blue) = 95+62+155=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F3E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3E9B is #A0C164. Grayscale: #525252. Windows color (decimal): -10535269 or 10174047. OLE color: 10174047.

HSL color Cylindrical-coordinate representation of color #5F3E9B: hue angle of 261.29º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F3E9B is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9562155-
CMYK0.390.600.39
HSL261.29º42.86%42.55%-
HSV(B)261.29º60%60.78%-
XYZ12.368.2431.95-
YUV82.47168.93136.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=30.45%
G=19.87%
B=49.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95621550.390.600.39261.2942.8642.55
Hex5F3E9B273C0271052b2b
Octal1377623347740474055353
Binary1011111111110100110111001111111000100111100000101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,62,155); }

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

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

 a { background-color: rgb(95,62,155); }

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

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

 span { border-color: rgb(95,62,155); }

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