#5F4E93

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

Shades of Butterfly Bush #5F4E93

Tints of Butterfly Bush #5F4E93

Color information

#5F4E93 (or 0x5F4E93) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 4E and 93. RGB value is (95,78,147). Sum of RGB (Red+Green+Blue) = 95+78+147=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F4E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4E93 is #A0B16C. Grayscale: #5A5A5A. Windows color (decimal): -10531181 or 9653855. OLE color: 9653855.

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

Color convert

RGB9578147-
CMYK0.350.4700.42
HSL254.78º30.67%44.12%-
HSV(B)254.78º46.94%57.65%-
XYZ12.719.9928.86-
YUV90.95159.63130.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=29.69%
G=24.38%
B=45.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95781470.350.4700.42254.7830.6744.12
Hex5F4E93232F02Aff1f2c
Octal13711622343570523773754
Binary101111110011101001001110001110111101010101111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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