#60578B

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

Shades of Butterfly Bush #60578B

Tints of Butterfly Bush #60578B

Color information

#60578B (or 0x60578B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 57 and 8B. RGB value is (96,87,139). Sum of RGB (Red+Green+Blue) = 96+87+139=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #60578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60578B is #9FA874. Grayscale: #5F5F5F. Windows color (decimal): -10463349 or 9131872. OLE color: 9131872.

HSL color Cylindrical-coordinate representation of color #60578B: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60578B is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9687139-
CMYK0.310.3700.45
HSL250.38º23.01%44.31%-
HSV(B)250.38º37.41%54.51%-
XYZ12.8911.1725.9-
YUV95.62152.48128.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=29.81%
G=27.02%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96871390.310.3700.45250.3823.0144.31
Hex60578B1F2502Dfa172c
Octal14012721337450553722754
Binary11000001010111100010111111110010101011011111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60578B; }

 p { color: rgb(96,87,139); }

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

<style>
 a { background-color: #60578B; }

 a { background-color: rgb(96,87,139); }

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

<style>
 span { border-color: #60578B; }

 span { border-color: rgb(96,87,139); }

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