#645592

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

Shades of Butterfly Bush #645592

Tints of Butterfly Bush #645592

Color information

#645592 (or 0x645592) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 92. RGB value is (100,85,146). Sum of RGB (Red+Green+Blue) = 100+85+146=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #645592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645592 is #9BAA6D. Grayscale: #606060. Windows color (decimal): -10201710 or 9590116. OLE color: 9590116.

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

Color convert

RGB10085146-
CMYK0.320.4200.43
HSL254.75º26.41%45.29%-
HSV(B)254.75º41.78%57.25%-
XYZ13.6911.2828.65-
YUV96.44155.97130.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=30.21%
G=25.68%
B=44.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100851460.320.4200.43254.7526.4145.29
Hex645592202A02Bff1a2d
Octal14412522240520533773255
Binary110010010101011001001010000010101001010111111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645592; }

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

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

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

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

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

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

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

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