#5F519A

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

Shades of Butterfly Bush #5F519A

Tints of Butterfly Bush #5F519A

Color information

#5F519A (or 0x5F519A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 51 and 9A. RGB value is (95,81,154). Sum of RGB (Red+Green+Blue) = 95+81+154=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F519A is #A0AE65. Grayscale: #5D5D5D. Windows color (decimal): -10530406 or 10113375. OLE color: 10113375.

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

Color convert

RGB9581154-
CMYK0.380.4700.40
HSL251.51º31.06%46.08%-
HSV(B)251.51º47.4%60.39%-
XYZ13.4910.6531.92-
YUV93.51162.14129.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.79%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=28.79%
G=24.55%
B=46.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95811540.380.4700.40251.5131.0646.08
Hex5F519A262F028fc1f2e
Octal13712123246570503743756
Binary101111110100011001101010011010111101010001111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,154); }

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

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

 a { background-color: rgb(95,81,154); }

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

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

 span { border-color: rgb(95,81,154); }

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