#605592

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

Shades of Butterfly Bush #605592

Tints of Butterfly Bush #605592

Color information

#605592 (or 0x605592) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 92. RGB value is (96,85,146). Sum of RGB (Red+Green+Blue) = 96+85+146=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #605592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605592 is #9FAA6D. Grayscale: #5F5F5F. Windows color (decimal): -10463854 or 9590112. OLE color: 9590112.

HSL color Cylindrical-coordinate representation of color #605592: hue angle of 250.82º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605592 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9685146-
CMYK0.340.4200.43
HSL250.82º26.41%45.29%-
HSV(B)250.82º41.78%57.25%-
XYZ13.2611.0628.63-
YUV95.24156.64128.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=29.36%
G=25.99%
B=44.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96851460.340.4200.43250.8226.4145.29
Hex605592222A02Bfb1a2d
Octal14012522242520533733255
Binary110000010101011001001010001010101001010111111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605592; }

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

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

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

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

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

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

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

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