#60558D

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

Shades of Butterfly Bush #60558D

Tints of Butterfly Bush #60558D

Color information

#60558D (or 0x60558D) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 8D. RGB value is (96,85,141). Sum of RGB (Red+Green+Blue) = 96+85+141=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #60558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60558D is #9FAA72. Grayscale: #5E5E5E. Windows color (decimal): -10463859 or 9262432. OLE color: 9262432.

HSL color Cylindrical-coordinate representation of color #60558D: hue angle of 251.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60558D is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9685141-
CMYK0.320.4000.45
HSL251.79º24.78%44.31%-
HSV(B)251.79º39.72%55.29%-
XYZ12.8810.9126.63-
YUV94.67154.14128.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=29.81%
G=26.40%
B=43.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96851410.320.4000.45251.7924.7844.31
Hex60558D202802Dfc192c
Octal14012521540500553743154
Binary110000010101011000110110000010100001011011111110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60558D; }

 p { color: rgb(96,85,141); }

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

<style>
 a { background-color: #60558D; }

 a { background-color: rgb(96,85,141); }

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

<style>
 span { border-color: #60558D; }

 span { border-color: rgb(96,85,141); }

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