#60517A

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

Shades of Butterfly Bush #60517A

Tints of Butterfly Bush #60517A

Color information

#60517A (or 0x60517A) is unknown color: approx Butterfly Bush. HEX triplet: 60, 51 and 7A. RGB value is (96,81,122). Sum of RGB (Red+Green+Blue) = 96+81+122=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #60517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60517A is #9FAE85. Grayscale: #5A5A5A. Windows color (decimal): -10464902 or 8016224. OLE color: 8016224.

HSL color Cylindrical-coordinate representation of color #60517A: hue angle of 261.95º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60517A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9681122-
CMYK0.210.3400.52
HSL261.95º20.2%39.8%-
HSV(B)261.95º33.61%47.84%-
XYZ11.289.7819.7-
YUV90.16145.97132.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=32.11%
G=27.09%
B=40.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96811220.210.3400.52261.9520.239.8
Hex60517A15220341061428
Octal14012117225420644062450
Binary11000001010001111101010101100010011010010000011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60517A; }

 p { color: rgb(96,81,122); }

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

<style>
 a { background-color: #60517A; }

 a { background-color: rgb(96,81,122); }

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

<style>
 span { border-color: #60517A; }

 span { border-color: rgb(96,81,122); }

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