#5F3F8D

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

Shades of Daisy Bush #5F3F8D

Tints of Daisy Bush #5F3F8D

Color information

#5F3F8D (or 0x5F3F8D) is unknown color: approx Daisy Bush. HEX triplet: 5F, 3F and 8D. RGB value is (95,63,141). Sum of RGB (Red+Green+Blue) = 95+63+141=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F3F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3F8D is #A0C072. Grayscale: #515151. Windows color (decimal): -10535027 or 9256799. OLE color: 9256799.

HSL color Cylindrical-coordinate representation of color #5F3F8D: hue angle of 264.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F3F8D is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9563141-
CMYK0.330.5500.45
HSL264.62º38.24%40%-
HSV(B)264.62º55.32%55.29%-
XYZ11.37.9126.13-
YUV81.46161.6137.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=31.77%
G=21.07%
B=47.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95631410.330.5500.45264.6238.2440
Hex5F3F8D213702D1092628
Octal1377721541670554114650
Binary1011111111111100011011000011101110101101100001001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,63,141); }

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

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

 a { background-color: rgb(95,63,141); }

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

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

 span { border-color: rgb(95,63,141); }

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