#60588E

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

Shades of Butterfly Bush #60588E

Tints of Butterfly Bush #60588E

Color information

#60588E (or 0x60588E) is unknown color: approx Butterfly Bush. HEX triplet: 60, 58 and 8E. RGB value is (96,88,142). Sum of RGB (Red+Green+Blue) = 96+88+142=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #60588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60588E is #9FA771. Grayscale: #606060. Windows color (decimal): -10463090 or 9328736. OLE color: 9328736.

HSL color Cylindrical-coordinate representation of color #60588E: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60588E is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9688142-
CMYK0.320.3800.44
HSL248.89º23.48%45.1%-
HSV(B)248.89º38.03%55.69%-
XYZ13.211.4227.1-
YUV96.55153.65127.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=29.45%
G=26.99%
B=43.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96881420.320.3800.44248.8923.4845.1
Hex60588E202602Cf9172d
Octal14013021640460543712755
Binary110000010110001000111010000010011001011001111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60588E; }

 p { color: rgb(96,88,142); }

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

<style>
 a { background-color: #60588E; }

 a { background-color: rgb(96,88,142); }

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

<style>
 span { border-color: #60588E; }

 span { border-color: rgb(96,88,142); }

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