#615592

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

Shades of Butterfly Bush #615592

Tints of Butterfly Bush #615592

Color information

#615592 (or 0x615592) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 92. RGB value is (97,85,146). Sum of RGB (Red+Green+Blue) = 97+85+146=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #615592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615592 is #9EAA6D. Grayscale: #5F5F5F. Windows color (decimal): -10398318 or 9590113. OLE color: 9590113.

HSL color Cylindrical-coordinate representation of color #615592: hue angle of 251.8º 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 #615592 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9785146-
CMYK0.340.4200.43
HSL251.8º26.41%45.29%-
HSV(B)251.8º41.78%57.25%-
XYZ13.3711.1128.63-
YUV95.54156.48129.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=29.57%
G=25.91%
B=44.51%

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
Decimal97851460.340.4200.43251.826.4145.29
Hex615592222A02Bfc1a2d
Octal14112522242520533743255
Binary110000110101011001001010001010101001010111111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615592; }

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

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

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

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

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

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

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

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