#5D4F9A

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

Shades of Butterfly Bush #5D4F9A

Tints of Butterfly Bush #5D4F9A

Color information

#5D4F9A (or 0x5D4F9A) is unknown color: approx Butterfly Bush. HEX triplet: 5D, 4F and 9A. RGB value is (93,79,154). Sum of RGB (Red+Green+Blue) = 93+79+154=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D4F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4F9A is #A2B065. Grayscale: #5B5B5B. Windows color (decimal): -10661990 or 10112861. OLE color: 10112861.

HSL color Cylindrical-coordinate representation of color #5D4F9A: hue angle of 251.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D4F9A is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9379154-
CMYK0.400.4900.40
HSL251.2º32.19%45.69%-
HSV(B)251.2º48.7%60.39%-
XYZ13.1410.2531.86-
YUV91.74163.14128.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.53%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=28.53%
G=24.23%
B=47.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93791540.400.4900.40251.232.1945.69
Hex5D4F9A2831028fb202e
Octal13511723250610503734056
Binary1011101100111110011010101000110001010100011111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,154); }

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

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

 a { background-color: rgb(93,79,154); }

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

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

 span { border-color: rgb(93,79,154); }

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